Event (C)

Description

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

Structures

nnosEvent C Structure representing an event.

Functions

nnosEventInitialize See the corresponding C++ function nn::os::Event::Initialize.
nnosEventTryInitialize See the corresponding C++ function nn::os::Event::TryInitialize.
nnosEventSignal See the corresponding C++ function nn::os::Event::Signal.
nnosEventWaitSignal See the corresponding C++ function nn::os::Event::Wait.
nnosEventTryWaitSignal See the corresponding C++ function nn::os::Event::Wait.
nnosEventClearSignal See the corresponding C++ function nn::os::Event::ClearSignal.
nnosEventFinalize See the corresponding C++ function nn::os::Event::Finalize.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL