#include <revolution/os.h> void OSSignalCond(OSCond* cond);
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 a code example.
Thread Functions, Thread Synchronization Functions, OSInitCond, OSInitMutex, OSLockMutex, OSTryLockMutex, OSUnlockMutex, OSWaitCond
2006/03/01 Initial version.
CONFIDENTIAL