HomeSort by: relevance | last modified time | path
    Searched refs:llvm_is_multithreaded (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Mutex.h 34 if (!mt_only || llvm_is_multithreaded()) {
47 if (!mt_only || llvm_is_multithreaded()) {
61 if (!mt_only || llvm_is_multithreaded())
RWMutex.h 111 if (!mt_only || llvm_is_multithreaded()) {
123 if (!mt_only || llvm_is_multithreaded()) {
136 if (!mt_only || llvm_is_multithreaded()) {
149 if (!mt_only || llvm_is_multithreaded()) {
Threading.h 55 bool llvm_is_multithreaded();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ManagedStatic.cpp 30 if (llvm_is_multithreaded()) {
Threading.cpp 31 bool llvm::llvm_is_multithreaded() { function in class:llvm
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 4187 return llvm_is_multithreaded();

Completed in 55 milliseconds