nn::os::SafeBlockingQueue::Initialize Member Function#include <nn/os.h>
void Initialize(
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. |
Initializes a blocking queue using the specified buffer and size.
CONFIDENTIAL