nn::os::Thread::GetAffinityMask Member Function

Syntax

#include <nn/os.h>

void GetAffinityMask(
     bit8 * pAffinityMask,
     s32 numProcessor
) const;

Arguments

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.

Return Values

None.

Description

Gets the affinity mask of an instance.

Bug:This function is not yet implemented. Do not use this function.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL