Searched refs:LLVM_ENABLE_THREADS (Results 1 - 17 of 17) sorted by relevance

/external/llvm/device/include/llvm/Config/
H A Dllvm-config.h36 #define LLVM_ENABLE_THREADS 1 macro
H A Dconfig.h556 #define LLVM_ENABLE_THREADS 1 macro
/external/llvm/host/include/llvm/Config/
H A Dllvm-config.h36 #define LLVM_ENABLE_THREADS 1 macro
H A Dconfig.h582 #define LLVM_ENABLE_THREADS 1 macro
/external/llvm/include/llvm/Support/
H A DValgrind.h23 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
43 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
/external/llvm/utils/unittest/
H A DCMakeLists.txt31 if (NOT LLVM_ENABLE_THREADS)
/external/llvm/lib/Support/
H A DThreading.cpp24 #if LLVM_ENABLE_THREADS != 0
31 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H)
70 #elif LLVM_ENABLE_THREADS!=0 && defined(LLVM_ON_WIN32)
H A DRWMutex.cpp23 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
H A DThreadLocal.cpp23 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
H A DValgrind.cpp56 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
H A DMutex.cpp22 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
/external/llvm/include/llvm/Config/
H A Dllvm-config.h.in33 #undef LLVM_ENABLE_THREADS
H A Dllvm-config.h.cmake33 #cmakedefine01 LLVM_ENABLE_THREADS
/external/llvm/unittests/Support/
H A DManagedStatic.cpp22 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H) && \
/external/llvm/unittests/IR/
H A DValueMapTest.cpp197 #if LLVM_ENABLE_THREADS
/external/llvm/
H A Dconfigure709 LLVM_ENABLE_THREADS
5173 yes) LLVM_ENABLE_THREADS=1
5175 no) LLVM_ENABLE_THREADS=0
5177 default) LLVM_ENABLE_THREADS=1
5185 #define LLVM_ENABLE_THREADS $LLVM_ENABLE_THREADS
9740 if test "$LLVM_ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
13338 if test "$LLVM_ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
20262 LLVM_ENABLE_THREADS!$LLVM_ENABLE_THREADS
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp56 #if LLVM_ENABLE_THREADS != 0 && defined(__APPLE__)

Completed in 1979 milliseconds