#include <revolution/os.h>
s32 OSGetSemaphoreCount( OSSemaphore* sem );
|
Pointer to a semaphore. |
Returns the current semaphore count.
Returns the current semaphore count. Because the value is not guaranteed to be valid when the function returns, the returned value should be used just as an estimate for program debugging.
Thread Functions, Thread Synchronization Functions
2006/03/01 Initial version.
CONFIDENTIAL