#include <revolution/os.h>
void OSWakeupThread(OSThreadQueue* 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, Thread Synchronization Functions, OSInitThreadQueue,OSSleepThread
03/01/2006 Initial version.