46 "Incorrect usage of real-time priority can lead to system lockups. Only "
47 "use this function if you are trained in real-time software development.")]]
63 "Incorrect usage of real-time priority can lead to system lockups. Only "
64 "use this function if you are trained in real-time software development.")]]
Definition CvSource.hpp:15
int GetThreadPriority(std::thread &thread)
Gets the specified thread's priority.
bool SetThreadPriority(std::thread &thread, int priority)
Sets the specified thread's priority.
bool SetCurrentThreadPriority(int priority)
Sets the current thread's priority.
int GetCurrentThreadPriority()
Gets the current thread's priority.