nnosThreadChangePriority Function#include <nn/os.h>
NN_EXTERN_C void nnosThreadChangePriority(
nnosThread * this_,
s32 priority
);
| Name | Description | |
|---|---|---|
| this_ | ||
| priority |
See the corresponding C++ function nn::os::Thread::ChangePriority.
CONFIDENTIAL