![]() |
WPILibC++ 2027.0.0-alpha-5
|
#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | wpi |
Functions | |
| int | wpi::GetThreadPriority (std::thread &thread) |
| Gets the specified thread's priority. | |
| int | wpi::GetCurrentThreadPriority () |
| Gets the current thread's priority. | |
| bool | wpi::SetThreadPriority (std::thread &thread, int priority) |
| Sets the specified thread's priority. | |
| bool | wpi::SetCurrentThreadPriority (int priority) |
| Sets the current thread's priority. | |