OSSignalCond

Syntax

#include <revolution/os.h>

void OSSignalCond(OSCond* cond);

Arguments

cond Pointer to condition variable.

Return Values

None.

Description

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.

See Also

Thread Functions, Thread Synchronization Functions, OSInitCond, OSInitMutex, OSLockMutex, OSTryLockMutex, OSUnlockMutex, OSWaitCond

Revision History

2006/03/01 Initial version.


CONFIDENTIAL