nn::os::Thread::SetDefaultIdealProcessor Member Function#include <nn/os.h>
static void SetDefaultIdealProcessor(
s32 coreNo
);
| Name | Description | |
|---|---|---|
| in | coreNo | Preferred processor number |
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.
CONFIDENTIAL