nnosThreadChangeCurrentPriority Function#include <nn/os.h>
NN_EXTERN_C void nnosThreadChangeCurrentPriority(
s32 priority
);
| Name | Description | |
|---|---|---|
| priority |
See the corresponding C++ function nn::os::Thread::ChangeCurrentPriority.
CONFIDENTIAL