LightSemaphore (C)

Description

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

Structures

nnosLightSemaphore C structure representing a light semaphore.

Functions

nnosLightSemaphoreInitialize See the corresponding C++ function nn::os::LightSemaphore::LightSemaphore.
nnosLightSemaphoreGetCount See the corresponding C++ function nn::os::LightSemaphore::GetCount.
nnosLightSemaphoreRelease See the corresponding C++ function nn::os::LightSemaphore::Release.
nnosLightSemaphoreAcquire See the corresponding C++ function nn::os::LightSemaphore::Acquire.
nnosLightSemaphoreTryAcquire See the corresponding C++ function nn::os::LightSemaphore::TryAcquire.
nnosLightSemaphoreFinalize See the corresponding C++ function nn::os::LightSemaphore::Finalize.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL