CriticalSection (C)

Description

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

Structures

nnosCriticalSection C Structure representing an critical section.

Functions

nnosCriticalSectionInitialize See the corresponding C++ function, nn::os::CriticalSection::Initialize.
nnosCriticalSectionTryInitialize See the corresponding C++ function, nn::os::CriticalSection::TryInitialize.
nnosCriticalSectionEnter See the corresponding C++ function, nn::os::CriticalSection::Enter.
nnosCriticalSectionTryEnter See the corresponding C++ function, nn::os::CriticalSection::TryEnter.
nnosCriticalSectionLeave See the corresponding C++ function, nn::os::CriticalSection::Leave.
nnosCriticalSectionFinalize See the corresponding C++ function, nn::os::CriticalSection::Finalize.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL