nn::os::Thread::ChangeCurrentPriority Member Function#include <nn/os.h>
static void ChangeCurrentPriority(
s32 priority
);
| Name | Description | |
|---|---|---|
| in | priority | Specifies the priority of the thread. |
Sets the priority of the current thread.
CONFIDENTIAL