nn::os::SafeBlockingQueue::SafeBlockingQueue Constructor#include <nn/os.h>
SafeBlockingQueue();
SafeBlockingQueue(
uptr buffer[],
size_t size
);
| SafeBlockingQueue ( ) | Constructor. |
| SafeBlockingQueue ( uptr, size_t ) | Constructor. |
Constructs a blocking queue. Does not perform initialization. Before using the queue, you must initialize it by making a separate call to Initialize.
Constructs and initializes a blocking queue.
CONFIDENTIAL