nn::os::Thread::ChangeAffinityMask Member Function

Syntax

#include <nn/os.h>

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

Arguments

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.

Return Values

None.

Description

Sets 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