nn::os::ManagedThread::GetCurrentManagedCount Member Function

Syntax

#include <nn/os.h>

static s32 GetCurrentManagedCount();

Parameters

None.

Return Values

Returns the current number of initialized ManagedThread instances.

Description

Gets the current number of initialized ManagedThread instances.

An initialized ManagedThread refers to a ManagedThread instance that has been initialized but not finalized.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL