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