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.
nnosThreadGetAffinityMask See the corresponding C++ function nn::os::Thread::GetAffinityMask.
nnosThreadGetCurrentAffinityMask See the corresponding C++ function nn::os::Thread::GetCurrentAffinityMask.
nnosThreadGetDefaultAffinityMask See the corresponding C++ function nn::os::Thread::GetDefaultAffinityMask.
nnosThreadChangeAffinityMask See the corresponding C++ function nn::os::Thread::ChangeAffinityMask.
nnosThreadChangeCurrentAffinityMask See the corresponding C++ function nn::os::Thread::ChangeCurrentAffinityMask.
nnosThreadSetDefaultAffinityMask See the corresponding C++ function nn::os::Thread::SetDefaultAffinityMask.
nnosThreadGetIdealProcessor See the corresponding C++ function nn::os::Thread::GetIdealProcessor.
nnosThreadGetCurrentIdealProcessor See the corresponding C++ function nn::os::Thread::GetCurrentIdealProcessor.
nnosThreadGetDefaultIdealProcessor See the corresponding C++ function nn::os::Thread::GetDefaultIdealProcessor.
nnosThreadChangeIdealProcessor See the corresponding C++ function nn::os::Thread::ChangeIdealProcessor.
nnosThreadChangeCurrentIdealProcessor See the corresponding C++ function nn::os::Thread::ChangeCurrentIdealProcessor.
nnosThreadSetDefaultIdealProcessor See the corresponding C++ function nn::os::Thread::SetDefaultIdealProcessor.
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