Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h102 if (!mt_only || llvm_is_multithreaded()) { in lock_shared()
114 if (!mt_only || llvm_is_multithreaded()) { in unlock_shared()
127 if (!mt_only || llvm_is_multithreaded()) { in lock()
140 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-14.2/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp30 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4276 return llvm_is_multithreaded(); in LLVMIsMultithreaded()