nn::os::Thread::GetCurrentAffinityMask Member Function#include <nn/os.h>
static void GetCurrentAffinityMask(
bit8 * pAffinityMask,
s32 numProcessor
);
| Name | Description | |
|---|---|---|
| out | pAffinityMask | Specifies the buffer in which to store the obtained affinity mask. |
| in | numProcessor | Specifies the number of bits in the buffer indicated by pAffinityMask. |
Gets the affinity mask of the current thread.
Bug:This function is not yet implemented. Do not use this function.
CONFIDENTIAL