HomeSort by relevance Sort by last modified time
    Searched refs:llvm_is_multithreaded (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
Threading.h 32 /// llvm_is_multithreaded - Check whether LLVM is executing in thread-safe
34 bool llvm_is_multithreaded();
Mutex.h 96 if (!mt_only || llvm_is_multithreaded()) {
109 if (!mt_only || llvm_is_multithreaded()) {
123 if (!mt_only || llvm_is_multithreaded())
ManagedStatic.h 66 if (llvm_is_multithreaded()) sys::MemoryFence();
73 if (llvm_is_multithreaded()) sys::MemoryFence();
80 if (llvm_is_multithreaded()) sys::MemoryFence();
87 if (llvm_is_multithreaded()) sys::MemoryFence();
RWMutex.h 93 if (!mt_only || llvm_is_multithreaded())
103 if (!mt_only || llvm_is_multithreaded())
114 if (!mt_only || llvm_is_multithreaded())
125 if (!mt_only || llvm_is_multithreaded())
  /external/llvm/lib/Support/
ManagedStatic.cpp 24 if (llvm_is_multithreaded()) {
73 if (llvm_is_multithreaded()) llvm_stop_multithreaded();
ErrorHandling.cpp 41 assert(!llvm_is_multithreaded() &&
Threading.cpp 54 bool llvm::llvm_is_multithreaded() { function in class:llvm

Completed in 84 milliseconds