Public 変数 | |
int | nPriority |
Thread priority. |
|
SceKernelCpumask | dwAffinityMask |
Affinity mask. |
|
size_t | uStackSize |
Thread stack size. |
|
int | uSchedPolicy |
Thread scheduling policy. |
|
AkInt32 | nPriority |
Thread priority. 0=highest, 31=lowest. |
|
int | iIdealCore |
Preferred core number: see nn::os::SetThreadCoreMask documentation. |
|
nn::Bit64 | affinityMask |
Affinity mask for each core: see nn::os::SetThreadCoreMask documentation. |
|
AkUInt32 | nPriority |
Thread priority. |
|
AkUInt32 | dwAffinityMask |
Affinity mask. |
|
AkUInt32 | uStackSize |
Thread stack size. |
AkPlatformFuncs.h の 48 行で定義されています。