OSInitThreadQueue

C Specification

#include <revolution/os.h>
void OSInitThreadQueue (OSThreadQueue* queue);

Arguments

queue Pointer to the thread queue to initialize.

Return Values

None.

Description

Initializes the thread queue used by other thread functions that include the OSSleepThread and OSWakeupThread functions.

See Also

Thread Functions, Thread Synchronization Functions, OSSleepThreadOSWakeupThread

Revision History

03/01/2006 Initial version.