nn::os::Thread::ChangeCurrentIdealProcessor Member Function

Syntax

#include <nn/os.h>

static void ChangeCurrentIdealProcessor(
     s32 coreNo
);

Arguments

Name Description
in coreNo Preferred processor number

Return Values

None.

Description

Sets the preferred processor number of the current thread.

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL