nn::os::BlockingQueue::BlockingQueue Constructor#include <nn/os.h>
BlockingQueue();
BlockingQueue(
uptr buffer[],
size_t size
);
| BlockingQueue ( ) | Constructor. |
| BlockingQueue ( uptr, size_t ) | Constructor. |
Constructs a blocking queue.
There are two constructors: one performs initialization and the other doesn't.
If you use the constructor that does not perform initialization, you must initialize the constructed queue before using it by making a separate call to Initialize.
Constructs and initializes a blocking queue.
CONFIDENTIAL