nn::os::Thread::SetDefaultIdealProcessor Member Function

Syntax

#include <nn/os.h>

static void SetDefaultIdealProcessor(
     s32 coreNo
);

Arguments

Name Description
in coreNo Preferred processor number

Return Values

None.

Description

Sets the IdealProcessor value to use for threads that are created using coreNo = CORE_NO_USE_PROCESS_VALUE.

Bug:This function is not yet implemented. Do not use this function.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL