SafeBlockingQueue (C)

Description

C interface module for nn::os::SafeBlockingQueue.

Structures

nnosSafeBlockingQueue C structure that represents a safe blocking queue.

Functions

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL