Set the calling thread's priority to Priority.
Synopsis
Declared in <llvm/Support/Threading.h>
SetThreadPriorityResult
set_thread_priority(ThreadPriority Priority);
Return Value
Whether the platform accepted the change.
Parameters
Name |
Description |
Priority |
Desired scheduling priority. |
Created with MrDocs