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