#include <revolution/os.h>
void OSSleepThread (OSThreadQueue* queue);
|
Pointer to the thread queue into which the current thread will be inserted. |
None.
Pauses and inserts the current thread into the thread queue that queue specifies. The thread will remain paused until the OSWakeupThread function that takes queue as an argument is called.
Thread Synchronization, Thread Synchronization Functions, OSInitThreadQueue, OSWakeupThread
03/01/2006 Initial version.