nn::os::ManagedThread::ChangePriority Member Function

Syntax

#include <nn/os.h>

void ChangePriority(
     s32 priority
);

Parameters

Name Description
priority

Return Values

None.

Description

Changes the priority of the current thread.

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

Revision History

2012/04/13
Initial version.

CONFIDENTIAL