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