GetCurrentCount

nn::os::Thread::GetCurrentCount Member Function

Syntax

#include <nn/os.h>

static s32 GetCurrentCount();

Arguments

None.

Return Values

Gets the number of Thread objects that are currently being used.

Description

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.

Revision History

2011/12/21
Initial version.

CONFIDENTIAL