@ tpHighest
Win32: THREAD_PRIORITY_TIME_CRITICAL.
@ tpLow
Win32: THREAD_PRIORITY_BELOW_NORMAL.
@ tpHigher
Win32: THREAD_PRIORITY_HIGHEST.
@ tpHigh
Win32: THREAD_PRIORITY_ABOVE_NORMAL.
void changeCurrentThreadPriority(TThreadPriority priority)
Change the priority of the current thread - for Windows, see also changeCurrentProcessPriority()
void changeCurrentProcessPriority(TProcessPriority priority)
Change the priority of the given process (it applies to all the threads, plus independent modifiers f...
@ tpLower
Win32: THREAD_PRIORITY_LOWEST.
TProcessPriority
The type for cross-platform process (application) priorities.
TThreadPriority
The type for cross-platform thread priorities.
@ tpLowests
Win32: THREAD_PRIORITY_IDLE.
@ tpNormal
Win32: THREAD_PRIORITY_NORMAL.
Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Fri Jul 17 08:43:33 UTC 2020 | |