Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A 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()
H A 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()
H A DThreading.h53 bool llvm_is_multithreaded();
/llvm-project-15.0.7/llvm/lib/Support/
H A DManagedStatic.cpp30 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
H A DThreading.cpp31 bool llvm::llvm_is_multithreaded() { in llvm_is_multithreaded() function in llvm
/llvm-project-15.0.7/llvm/unittests/Support/
H A DHost.cpp41 return (Host.isOSWindows() && llvm_is_multithreaded()) || in isSupportedArchAndOS()
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp487 return impl->threadingIsEnabled && llvm::llvm_is_multithreaded(); in isMultithreadingEnabled()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp4201 return llvm_is_multithreaded(); in LLVMIsMultithreaded()