GetMaxCount

nn::os::Mutex::GetMaxCount Member Function

Syntax

#include <nn/os.h>

static s32 GetMaxCount();

Parameters

None.

Return Values

Returns the maximum number of Mutex objects that can be used simultaneously.

Description

Gets the maximum number of Mutex objects that can be used simultaneously.

Revision History

2011/12/21
Initial version.

CONFIDENTIAL