Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DRWMutex.h95 if (!mt_only || llvm_is_multithreaded()) in lock_shared()
105 if (!mt_only || llvm_is_multithreaded()) in unlock_shared()
116 if (!mt_only || llvm_is_multithreaded()) in lock()
127 if (!mt_only || llvm_is_multithreaded()) in unlock()
DManagedStatic.h67 if (llvm_is_multithreaded()) sys::MemoryFence();
75 if (llvm_is_multithreaded()) sys::MemoryFence();
83 if (llvm_is_multithreaded()) sys::MemoryFence();
91 if (llvm_is_multithreaded()) sys::MemoryFence();
DMutex.h98 if (!mt_only || llvm_is_multithreaded()) { in lock()
111 if (!mt_only || llvm_is_multithreaded()) { in unlock()
125 if (!mt_only || llvm_is_multithreaded()) in try_lock()
DThreading.h21 bool llvm_is_multithreaded();
/external/llvm/lib/Support/
DManagedStatic.cpp35 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
DThreading.cpp23 bool llvm::llvm_is_multithreaded() { in llvm_is_multithreaded() function in llvm
/external/llvm/lib/IR/
DCore.cpp2890 return llvm_is_multithreaded(); in LLVMIsMultithreaded()