GetCurrentPriority

nn::os::Thread::GetCurrentPriority Member Function

Syntax

#include <nn/os.h>

static s32 GetCurrentPriority();

Arguments

None.

Return Values

Returns the priority of the current thread.

Description

Gets the priority of the current thread.

Because the execution load of this function is rather large, frequent calls may lead to lowered performance.

Revision History

2011/08/02
Added information about the execution load.
2010/01/07
Initial version.

CONFIDENTIAL