OSSleepThread

C Specification

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

Arguments

queue Pointer to the thread queue into which the current thread will be inserted.

Return Values

None.

Description

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.

See Also

Thread Synchronization, Thread Synchronization Functions, OSInitThreadQueue,   OSWakeupThread

Revision History

03/01/2006 Initial version.