HAL_Status HAL_GetThreadPriority(NativeThreadHandle handle, int32_t *priority)
Gets the specified thread's priority.
HAL_Status HAL_SetCurrentThreadPriority(int32_t priority)
Sets the current thread's priority.
HAL_Status HAL_GetCurrentThreadPriority(int32_t *priority)
Gets the current thread's priority.
HAL_Status HAL_SetThreadPriority(NativeThreadHandle handle, int32_t priority)
Sets the specified thread's priority.
const void * NativeThreadHandle
Definition Threads.h:17
int32_t HAL_Status
Definition Types.h:67