| |
nnosSafeBlockingQueueInitialize
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::Initialize. |
| |
nnosSafeBlockingQueueTryInitialize
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::TryInitialize. |
| |
nnosSafeBlockingQueueFinalize
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::Finalize. |
| |
nnosSafeBlockingQueueTryEnqueue
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::TryEnqueue. |
| |
nnosSafeBlockingQueueEnqueue
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::Enqueue. |
| |
nnosSafeBlockingQueueTryJam
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::TryJam. |
| |
nnosSafeBlockingQueueJam
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::Jam. |
| |
nnosSafeBlockingQueueTryDequeue
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::TryDequeue. |
| |
nnosSafeBlockingQueueDequeue
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::Dequeue. |
| |
nnosSafeBlockingQueueTryGetFront
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::TryGetFront. |
| |
nnosSafeBlockingQueueGetFront
|
See the corresponding C++ function, nn::os::SafeBlockingQueue::GetFront. |