OSInitThreadQueue

Syntax

#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, including the OSSleepThread and OSWakeupThread functions.

See Also

Thread Functions, Thread Synchronization Functions, OSSleepThread, OSWakeupThread

Revision History

2006/03/01 Initial version.


CONFIDENTIAL