#include <revolution/os.h>
s32 OSSignalSemaphore ( OSSemaphore* sem );
|
Pointer to a semaphore. |
Previous semaphore count.
Increments the specified semaphore count. If any threads are blocked while waiting for a semaphore, the highest priority threads will return from the OSWaitSemaphore function.
Thread Functions, Thread Synchronization Functions
03/01/2006 Initial version.