Semaphore (C)

Description

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

Structures

nnosSemaphore C Structure representing a semaphore.

Functions

nnosSemaphoreInitialize See the corresponding C++ function nn::os::Semaphore::Semaphore.
nnosSemaphoreTryInitialize See the corresponding C++ function nn::os::Semaphore::Semaphore.
nnosSemaphoreRelease See the corresponding C++ function nn::os::Semaphore::Release.
nnosSemaphoreAcquire See the corresponding C++ function nn::os::Semaphore::Acquire.
nnosSemaphoreTryAcquire See the corresponding C++ function nn::os::Semaphore::TryAcquire.
nnosSemaphoreFinalize See the corresponding C++ function nn::os::Semaphore::Finalize.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL