Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DRWMutex.h94 if (!mt_only || llvm_is_multithreaded()) in reader_acquire()
104 if (!mt_only || llvm_is_multithreaded()) in reader_release()
115 if (!mt_only || llvm_is_multithreaded()) in writer_acquire()
126 if (!mt_only || llvm_is_multithreaded()) in writer_release()
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.h97 if (!mt_only || llvm_is_multithreaded()) { in acquire()
110 if (!mt_only || llvm_is_multithreaded()) { in release()
124 if (!mt_only || llvm_is_multithreaded()) in tryacquire()
DThreading.h34 bool llvm_is_multithreaded();
/external/llvm/lib/Support/
DManagedStatic.cpp24 if (llvm_is_multithreaded()) { in RegisterManagedStatic()
80 if (llvm_is_multithreaded()) llvm_stop_multithreaded(); in llvm_shutdown()
DErrorHandling.cpp41 assert(!llvm_is_multithreaded() && in install_fatal_error_handler()
DThreading.cpp54 bool llvm::llvm_is_multithreaded() { in llvm_is_multithreaded() function in llvm
/external/llvm/lib/IR/
DCore.cpp2565 return llvm_is_multithreaded(); in LLVMIsMultithreaded()
/external/llvm/docs/
DProgrammersManual.rst2079 ``llvm_is_multithreaded()`` call to check the status of multithreaded mode.