Definition: AprilTagPoseEstimator.h:15
int GetThreadPriority(std::thread &thread, bool *isRealTime)
Get the thread priority for the specified thread.
int GetCurrentThreadPriority(bool *isRealTime)
Get the thread priority for the current thread.
bool SetCurrentThreadPriority(bool realTime, int priority)
Sets the thread priority for the current thread.
bool SetThreadPriority(std::thread &thread, bool realTime, int priority)
Sets the thread priority for the specified thread.