GetPriority

nn::os::Thread::GetPriority Member Function

Syntax

#include <nn/os.h>

s32 GetPriority() const;

Parameters

None.

Return Values

Returns the priority of an instance's thread.

Description

Gets the thread priority of an instance.

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