nn::os::Thread::ChangeCurrentPriority Member Function

Syntax

#include <nn/os.h>

static void ChangeCurrentPriority(
     s32 priority
);

Arguments

Name Description
in priority Specifies the priority of the thread.

Return Values

None.

Description

Sets the priority of the current thread.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL