Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DRWMutex.h111 if (!mt_only || llvm_is_multithreaded()) { in lock_shared()
123 if (!mt_only || llvm_is_multithreaded()) { in unlock_shared()
136 if (!mt_only || llvm_is_multithreaded()) { in lock()
149 if (!mt_only || llvm_is_multithreaded()) { in unlock()
DMutex.h34 if (!mt_only || llvm_is_multithreaded()) { in lock()
47 if (!mt_only || llvm_is_multithreaded()) { in unlock()
61 if (!mt_only || llvm_is_multithreaded()) in try_lock()
DThreading.h56 bool llvm_is_multithreaded();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DManagedStatic.cpp30 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
DThreading.cpp31 bool llvm::llvm_is_multithreaded() { in llvm_is_multithreaded() function in llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DCore.cpp4198 return llvm_is_multithreaded(); in LLVMIsMultithreaded()