Searched refs:llvm_is_multithreaded (Results 1 – 9 of 9) sorted by relevance
94 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()
67 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();
97 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()
34 bool llvm_is_multithreaded();
24 if (llvm_is_multithreaded()) { in RegisterManagedStatic()80 if (llvm_is_multithreaded()) llvm_stop_multithreaded(); in llvm_shutdown()
41 assert(!llvm_is_multithreaded() && in install_fatal_error_handler()
54 bool llvm::llvm_is_multithreaded() { in llvm_is_multithreaded() function in llvm
2565 return llvm_is_multithreaded(); in LLVMIsMultithreaded()
2079 ``llvm_is_multithreaded()`` call to check the status of multithreaded mode.