Wwise SDK 2019.2.15
|
公開変数類 | |
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 | dwAffinityMask |
Affinity mask [詳解] |
|
AkUInt32 | uStackSize |
Thread stack size. [詳解] |
|
AkPlatformFuncs.h の 47 行目に定義があります。