#include <revolution/os.h>
void OSSignalCond (OSCond* cond);
|
Pointer to condition variable. |
None.
Unblocks all the threads waiting on the specified condition variable. The threads will run according to the priority order.
See the OSWaitCond function for an example program.
Thread Functions, Thread Synchronization Functions, OSInitCond, OSInitMutex, OSLockMutex, OSTryLockMutex, OSUnlockMutex(), OSWaitCond
03/01/2006 Initial version.