21 int GetThreadPriority(std::thread& thread,
bool* isRealTime);
29 int GetCurrentThreadPriority(
bool* isRealTime);
43 bool SetThreadPriority(std::thread& thread,
bool realTime,
int priority);
56 bool SetCurrentThreadPriority(
bool realTime,
int priority);
Definition: Utility.cpp:119