nn::os::SafeBlockingQueue::SafeBlockingQueue Constructor#include <nn/os.h>
SafeBlockingQueue(
uptr buffer[],
size_t size
);
| Name | Description | |
|---|---|---|
| in | buffer[] | Buffer to use for the queue. Specify an array of type uptr. |
| in | size | Buffer size. Specify the number of elements in the array. |
Constructor.
Constructs and initializes a blocking queue.
CONFIDENTIAL