WPILibC++ 2024.3.2
Threads.h File Reference
#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...