Home
last modified time | relevance | path

Searched refs:llvm_is_multithreaded (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRWMutex.h105 if (!mt_only || llvm_is_multithreaded()) { in lock_shared()
117 if (!mt_only || llvm_is_multithreaded()) { in unlock_shared()
130 if (!mt_only || llvm_is_multithreaded()) { in lock()
143 if (!mt_only || llvm_is_multithreaded()) { in unlock()
H A DMutex.h34 if (!mt_only || llvm_is_multithreaded()) { in lock()
46 if (!mt_only || llvm_is_multithreaded()) { in unlock()
59 if (!mt_only || llvm_is_multithreaded()) in try_lock()
H A DThreading.h53 constexpr bool llvm_is_multithreaded() { return LLVM_ENABLE_THREADS; } in llvm_is_multithreaded() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DManagedStatic.cpp30 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp4111 return llvm_is_multithreaded(); in LLVMIsMultithreaded()