![]() |
WPILibC++ 2027.0.0-alpha-5
|
Go to the source code of this file.
Typedefs | |
| typedef const void * | NativeThreadHandle |
Functions | |
| HAL_Status | HAL_GetThreadPriority (NativeThreadHandle handle, int32_t *priority) |
| Gets the specified 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. | |
| HAL_Status | HAL_SetCurrentThreadPriority (int32_t priority) |
| Sets the current thread's priority. | |