nn::os::ManagedThread::GetPriority Member Function

Syntax

#include <nn/os.h>

s32 GetPriority() const;

Parameters

None.

Return Values

Returns the priority level of a thread.

Description

Gets thread priority.

Performs the same processing as the Thread::GetPriority function. For details, see the Thread::GetPriority function.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL