Searched refs:ENABLE_THREADS (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DThreading.cpp27 #if ENABLE_THREADS != 0
42 #if ENABLE_THREADS != 0
66 #if ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H)
105 #elif ENABLE_THREADS!=0 && defined(LLVM_ON_WIN32)
H A DThreadLocal.cpp22 #if !defined(ENABLE_THREADS) || ENABLE_THREADS == 0
H A DMutex.cpp22 #if !defined(ENABLE_THREADS) || ENABLE_THREADS == 0
H A DRWMutex.cpp23 #if !defined(ENABLE_THREADS) || ENABLE_THREADS == 0
/external/iputils/ninfod/
H A Dconfig.h.in13 #undef ENABLE_THREADS
H A Dninfod_core.c51 #if ENABLE_THREADS && HAVE_PTHREAD_H
124 #if ENABLE_THREADS && HAVE_LIBPTHREAD
414 #if ENABLE_THREADS && HAVE_LIBPTHREAD
442 #if ENABLE_THREADS && HAVE_LIBPTHREAD
522 #if ENABLE_THREADS && HAVE_PTHREAD_H
680 #if ENABLE_THREADS && HAVE_LIBPTHREAD
/external/swiftshader/third_party/LLVM/include/llvm/Config/
H A Dconfig.h36 #define ENABLE_THREADS 1 macro
H A Dconfig.h.cmake36 #cmakedefine ENABLE_THREADS ${ENABLE_THREADS}
H A Dconfig.h.in34 #undef ENABLE_THREADS
/external/swiftshader/third_party/LLVM/include-android/llvm/Config/
H A Dconfig.h36 #define ENABLE_THREADS 1 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Config/
H A Dconfig.h32 #define ENABLE_THREADS 1 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
H A Dconfig.h36 #define ENABLE_THREADS 1 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
H A Dconfig.h36 #define ENABLE_THREADS 1 macro
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DValueMapTest.cpp198 #if ENABLE_THREADS
/external/swiftshader/third_party/LLVM/
H A Dconfigure711 ENABLE_THREADS
4901 yes) ENABLE_THREADS=1
4903 no) ENABLE_THREADS=0
4905 default) ENABLE_THREADS=1
4913 #define ENABLE_THREADS $ENABLE_THREADS
11956 if test "$ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
14275 if test "$ENABLE_THREADS" -eq 1 && test "$ENABLE_PTHREADS" -eq 1 ; then
19791 ENABLE_THREADS!$ENABLE_THREADS
[all...]

Completed in 447 milliseconds