Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h110 if (!mt_only || llvm_is_multithreaded()) { in lock_shared()
122 if (!mt_only || llvm_is_multithreaded()) { in unlock_shared()
137 if (!mt_only || llvm_is_multithreaded()) { in lock()
150 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
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp30 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4510 return llvm_is_multithreaded(); in LLVMIsMultithreaded()