OSWakeupThread

C Specification

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

Arguments

queue Pointer to thread queue.

Return Values

None.

Description

Wakes up all the threads in the specified thread queue. The threads will be scheduled according to their priority and queue entry order.

See Also

Thread, Thread Synchronization Functions, OSInitThreadQueue,OSSleepThread

Revision History

2006/03/01 Initial version.


CONFIDENTIAL