Home
last modified time | relevance | path

Searched refs:ThreadPriority (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreading.h240 enum class ThreadPriority { enum
256 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DThreading.inc251 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
264 Priority == ThreadPriority::Default ? SCHED_OTHER : SCHED_IDLE,
281 case ThreadPriority::Background:
283 case ThreadPriority::Low:
285 case ThreadPriority::Default:
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc108 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
119 Priority != ThreadPriority::Default
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp9302 llvm::set_thread_priority(llvm::ThreadPriority::Low); in setThreadBackgroundPriority()