nnosThreadChangeCurrentIdealProcessor Function

Syntax

#include <nn/os.h>

NN_EXTERN_C void nnosThreadChangeCurrentIdealProcessor(
     s32 coreNo
);

Arguments

Name Description
coreNo

Return Values

Description

See the corresponding C++ function nn::os::Thread::ChangeCurrentIdealProcessor.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL