Thread (C)

Description

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

Structures

nnosThread C Structure representing a thread.

Functions

nnosThreadInitializeAndStart See the corresponding C++ function nn::os::Thread::Start.
nnosThreadTryInitializeAndStart See the corresponding C++ function nn::os::Thread::TryStart.
nnosThreadFinalize See the corresponding C++ function nn::os::Thread::Finalize.
nnosThreadJoin See the corresponding C++ function nn::os::Thread::Join.
nnosThreadSleep See the corresponding C++ function nn::os::Thread::Sleep.
nnosThreadYield See the corresponding C++ function nn::os::Thread::Yield.
nnosThreadGetCurrentId See the corresponding C++ function nn::os::Thread::GetCurrentId.
nnosThreadGetPriority See the corresponding C++ function nn::os::Thread::GetPriority.
nnosThreadGetCurrentPriority See the corresponding C++ function nn::os::Thread::GetCurrentPriority.
nnosThreadChangePriority See the corresponding C++ function nn::os::Thread::ChangePriority.
nnosThreadChangeCurrentPriority See the corresponding C++ function nn::os::Thread::ChangeCurrentPriority.
nnosThreadGetIdealProcessor See the corresponding C++ function nn::os::Thread::GetIdealProcessor.
nnosThreadGetDefaultIdealProcessor See the corresponding C++ function nn::os::Thread::GetDefaultIdealProcessor.
nnosThreadGetCurrentProcessorNumber See the corresponding C++ function nn::os::Thread::GetCurrentProcessorNumber.
nnosThreadGetId See the corresponding C++ function nn::os::Thread::GetID.
nnosThreadIsAlive See the corresponding C++ function nn::os::Thread::IsAlive.
nnosThreadGetMainThread See the corresponding C++ function nn::os::Thread::GetMainThread.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL