nn::os::Semaphore::GetCurrentCount Member Function#include <nn/os.h> static s32 GetCurrentCount();
None.
Semaphore objects that are currently being used. Gets the number of Semaphore objects that are currently being used.
This is the number of Semaphore objects that have been initialized but not yet finalized.
The number returned by this function includes those being used internally by the library.
CONFIDENTIAL