nn::os::SafeBlockingQueue::TryInitialize Member Function#include <nn/os.h> nn::Result TryInitialize( 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.
If initialization failed, returns the reason for the failure as a Result value.
CONFIDENTIAL