nn::os::Thread::GetCurrentProcessorNumber Member Function

Syntax

#include <nn/os.h>

static s32 GetCurrentProcessorNumber();

Arguments

None.

Return Values

Returns the number of the processor that the current thread is running on.

Description

Gets the number of the processor that the current thread is running on.

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL