WPILibC++ 2023.4.3-108-ge5452e3
|
#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. More... | |
int | frc::GetCurrentThreadPriority (bool *isRealTime) |
Get the thread priority for the current thread. More... | |
bool | frc::SetThreadPriority (std::thread &thread, bool realTime, int priority) |
Sets the thread priority for the specified thread. More... | |
bool | frc::SetCurrentThreadPriority (bool realTime, int priority) |
Sets the thread priority for the current thread. More... | |