Home
last modified time | relevance | path

Searched refs:LLVM_ENABLE_THREADS (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Support/
DThreading.cpp24 #if LLVM_ENABLE_THREADS != 0 in llvm_is_multithreaded()
31 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H)
70 #elif LLVM_ENABLE_THREADS!=0 && defined(LLVM_ON_WIN32)
DThreadLocal.cpp23 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
DRWMutex.cpp23 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
DMutex.cpp22 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
DCMakeLists.txt18 if( LLVM_ENABLE_THREADS AND HAVE_LIBATOMIC )
21 if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
DCrashRecoveryContext.cpp54 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0 in setSwitchedThread()
DThreadPool.cpp21 #if LLVM_ENABLE_THREADS
/external/llvm/host/include/llvm/Config/
Dllvm-config.h37 #define LLVM_ENABLE_THREADS 1 macro
39 #define LLVM_ENABLE_THREADS 0 macro
Dconfig.h600 #define LLVM_ENABLE_THREADS 1 macro
602 #define LLVM_ENABLE_THREADS 0 macro
/external/llvm/include/llvm/Support/
DMutex.h73 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
DRWMutex.h73 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
Dthread.h22 #if LLVM_ENABLE_THREADS
DThreadPool.h129 #if LLVM_ENABLE_THREADS // avoids warning for unused variable
DCompiler.h431 #if LLVM_ENABLE_THREADS
/external/llvm/cmake/modules/
DLLVMConfig.cmake.in34 set(LLVM_ENABLE_THREADS @LLVM_ENABLE_THREADS@) variable
/external/llvm/device/include/llvm/Config/
Dllvm-config.h36 #define LLVM_ENABLE_THREADS 1 macro
Dconfig.h556 #define LLVM_ENABLE_THREADS 1 macro
/external/llvm/unittests/Support/
DManagedStatic.cpp22 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H) && \
DCMakeLists.txt56 if(LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD)
/external/llvm/utils/unittest/
DCMakeLists.txt31 if (NOT LLVM_ENABLE_THREADS)
/external/llvm/lib/CodeGen/
DCMakeLists.txt2 if(CMAKE_HOST_UNIX AND LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD)
/external/llvm/cmake/
Dconfig-ix.cmake467 if( LLVM_ENABLE_THREADS )
470 set(LLVM_ENABLE_THREADS 0) variable
474 if( LLVM_ENABLE_THREADS )
476 else( LLVM_ENABLE_THREADS )
/external/llvm/include/llvm/Config/
Dllvm-config.h.in36 #undef LLVM_ENABLE_THREADS
Dllvm-config.h.cmake37 #cmakedefine01 LLVM_ENABLE_THREADS
/external/llvm/lib/Support/Unix/
DProcess.inc254 #if LLVM_ENABLE_THREADS
269 #if LLVM_ENABLE_THREADS

12