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