nn::os::Thread::ChangePriority Member Function

Syntax

#include <nn/os.h>

void ChangePriority(
     s32 priority
);

Arguments

Name Description
in priority Specifies the priority of the thread.

Return Values

None.

Description

Sets the thread priority of an instance.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL