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