nn::os::ManagedThread::GetIdealProcessor Member Function

Syntax

#include <nn/os.h>

s32 GetIdealProcessor() const;

Parameters

None.

Return Values

Returns the preferred processor number.

Description

Gets the preferred processor number.

Performs the same processing as the Thread::GetIdealProcessor function. For details, see the Thread::GetIdealProcessor function.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL