| |
nnosBlockingQueueInitialize
|
See the corresponding C++ function, nn::os::BlockingQueue::Initialize. |
| |
nnosBlockingQueueTryInitialize
|
See the corresponding C++ function, nn::os::BlockingQueue::TryInitialize. |
| |
nnosBlockingQueueFinalize
|
See the corresponding C++ function, nn::os::BlockingQueue::Finalize. |
| |
nnosBlockingQueueTryEnqueue
|
See the corresponding C++ function, nn::os::BlockingQueue::TryEnqueue. |
| |
nnosBlockingQueueEnqueue
|
See the corresponding C++ function, nn::os::BlockingQueue::Enqueue. |
| |
nnosBlockingQueueTryJam
|
See the corresponding C++ function, nn::os::BlockingQueue::TryJam. |
| |
nnosBlockingQueueJam
|
See the corresponding C++ function, nn::os::BlockingQueue::Jam. |
| |
nnosBlockingQueueTryDequeue
|
See the corresponding C++ function, nn::os::BlockingQueue::TryDequeue. |
| |
nnosBlockingQueueDequeue
|
See the corresponding C++ function, nn::os::BlockingQueue::Dequeue. |
| |
nnosBlockingQueueTryGetFront
|
See the corresponding C++ function, nn::os::BlockingQueue::TryGetFront. |
| |
nnosBlockingQueueGetFront
|
See the corresponding C++ function, nn::os::BlockingQueue::GetFront. |