nn::os::Thread::SetDefaultAffinityMask Member Function#include <nn/os.h>
static void SetDefaultAffinityMask(
const bit8 * pAffinityMask,
s32 numProcessor
);
| Name | Description | |
|---|---|---|
| in | pAffinityMask | Specifies the new affinity mask to set. |
| in | numProcessor | Specifies the number of valid bits in the bit array indicated by pAffinityMask. |
Sets the affinity mask of threads that are created using coreNo = CORE_NO_USE_PROCESS_VALUE.
Bug:This function is not yet implemented. Do not use this function.
CONFIDENTIAL