Home
last modified time | relevance | path

Searched refs:LLVM_ENABLE_THREADS (Results 1 – 25 of 29) 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.txt17 if( LLVM_ENABLE_THREADS AND HAVE_LIBATOMIC )
20 if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
/external/llvm/include/llvm/Support/
DValgrind.h23 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
43 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
DCompiler.h387 #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/host/include/llvm/Config/
Dllvm-config.h36 #define LLVM_ENABLE_THREADS 1 macro
Dconfig.h591 #define LLVM_ENABLE_THREADS 1 macro
/external/llvm/unittests/Support/
DManagedStatic.cpp22 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H) && \
DCMakeLists.txt51 if(LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD)
/external/llvm/utils/unittest/
DCMakeLists.txt31 if (NOT LLVM_ENABLE_THREADS)
/external/llvm/cmake/
Dconfig-ix.cmake456 if( LLVM_ENABLE_THREADS )
459 set(LLVM_ENABLE_THREADS 0) variable
463 if( LLVM_ENABLE_THREADS )
465 else( LLVM_ENABLE_THREADS )
/external/llvm/include/llvm/Config/
Dllvm-config.h.in33 #undef LLVM_ENABLE_THREADS
Dllvm-config.h.cmake33 #cmakedefine01 LLVM_ENABLE_THREADS
Dconfig.h.in424 #undef LLVM_ENABLE_THREADS
/external/llvm/lib/Support/Unix/
DProcess.inc254 #if LLVM_ENABLE_THREADS
269 #if LLVM_ENABLE_THREADS
/external/llvm/unittests/IR/
DValueMapTest.cpp198 #if LLVM_ENABLE_THREADS && !defined(LLVM_ON_WIN32)
/external/llvm/autoconf/
Dconfigure.ac967 yes) AC_SUBST(LLVM_ENABLE_THREADS,[1]) ;; subst
968 no) AC_SUBST(LLVM_ENABLE_THREADS,[0]) ;; subst
969 default) AC_SUBST(LLVM_ENABLE_THREADS,[1]) ;; subst
972 AC_DEFINE_UNQUOTED([LLVM_ENABLE_THREADS],$LLVM_ENABLE_THREADS, definition
1655 if test "$LLVM_ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
1788 if test "$LLVM_ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
/external/llvm/
DMakefile.config.in330 ENABLE_THREADS := @LLVM_ENABLE_THREADS@
DCMakeLists.txt220 option(LLVM_ENABLE_THREADS "Use threads if available." ON) option
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch778 +#define LLVM_ENABLE_THREADS 1
953 +#define LLVM_ENABLE_THREADS 1
1752 +#define LLVM_ENABLE_THREADS 1
1935 +#define LLVM_ENABLE_THREADS 1

12