#include <revolution/os.h> void OSInitThreadQueue(OSThreadQueue* queue);
queue |
Pointer to the thread queue to initialize. |
|---|
None.
Initializes the thread queue used by other thread functions, including the OSSleepThread and OSWakeupThread functions.
Thread Functions, Thread Synchronization Functions, OSSleepThread, OSWakeupThread
2006/03/01 Initial version.
CONFIDENTIAL