nn::os::ManagedThread::ChangePriority Member Function#include <nn/os.h>
void ChangePriority(
s32 priority
);
| Name | Description | |
|---|---|---|
| priority |
Changes the priority of the current thread.
Performs the same processing as the Thread::ChangePriority function. For details, see the Thread::ChangePriority function.
CONFIDENTIAL