#include <revolution/os.h> void OSWakeupThread(OSThreadQueue* queue);
queue |
Pointer to thread queue. |
|---|
None.
Wakes up all the threads in the specified thread queue. The threads will be scheduled according to their priority and queue entry order.
Thread Functions, Thread Synchronization Functions, OSInitThreadQueue, OSSleepThread
2006/03/01 Initial version.
CONFIDENTIAL