Home
last modified time | relevance | path

Searched refs:HAVE_LIBPTHREAD (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/examples/ParallelJIT/
DCMakeLists.txt14 if(HAVE_LIBPTHREAD)
16 endif(HAVE_LIBPTHREAD)
/external/iputils/ninfod/
Dninfod_core.c124 #if ENABLE_THREADS && HAVE_LIBPTHREAD
414 #if ENABLE_THREADS && HAVE_LIBPTHREAD in init_core()
442 #if ENABLE_THREADS && HAVE_LIBPTHREAD
680 #if ENABLE_THREADS && HAVE_LIBPTHREAD in pr_nodeinfo()
Dconfig.h.in28 #undef HAVE_LIBPTHREAD
/external/libvncserver/examples/
DMakefile.am17 if HAVE_LIBPTHREAD
/external/libvncserver/libvncserver/
Dconfig.h50 #define HAVE_LIBPTHREAD 1 macro
Drfbconfig.h50 #define HAVE_LIBPTHREAD 1 macro
/external/libvncserver/
Drfbconfig.h110 #define HAVE_LIBPTHREAD 1 macro
Dconfig.log1117 | #define HAVE_LIBPTHREAD 1
1202 | #define HAVE_LIBPTHREAD 1
1265 | #define HAVE_LIBPTHREAD 1
1322 | #define HAVE_LIBPTHREAD 1
1388 | #define HAVE_LIBPTHREAD 1
1498 | #define HAVE_LIBPTHREAD 1
1563 | #define HAVE_LIBPTHREAD 1
1630 | #define HAVE_LIBPTHREAD 1
1695 | #define HAVE_LIBPTHREAD 1
1797 | #define HAVE_LIBPTHREAD 1
[all …]
Dconfigure.ac732 AC_CHECK_LIB(pthread, pthread_mutex_lock, HAVE_LIBPTHREAD="true")
735 AM_CONDITIONAL(HAVE_LIBPTHREAD, test ! -z "$HAVE_LIBPTHREAD") condition
745 if test -z "$HAVE_LIBPTHREAD"; then
Drfbconfig.h.in109 #undef HAVE_LIBPTHREAD
/external/libvncserver/test/
DMakefile.am15 if HAVE_LIBPTHREAD
/external/libxml2/macos/src/
Dconfig-mac.h20 #define HAVE_LIBPTHREAD macro
/external/libxml2/
Dconfig.h95 #define HAVE_LIBPTHREAD /**/ macro
Dconfigure.ac1055 AC_DEFINE([HAVE_LIBPTHREAD], [], [Define if pthread library is there (-lpthread)]) definition
/external/llvm/unittests/Support/
DCMakeLists.txt51 if(LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD)
/external/valgrind/
Dconfig.h116 #define HAVE_LIBPTHREAD 1 macro
/external/llvm/device/include/llvm/Config/
Dconfig.h211 #define HAVE_LIBPTHREAD 1 macro
/external/llvm/host/include/llvm/Config/
Dconfig.h213 #define HAVE_LIBPTHREAD 1 macro
/external/llvm/lib/Support/
DCMakeLists.txt20 if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
/external/llvm/include/llvm/Config/
Dconfig.h.cmake138 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
Dconfig.h.in144 #undef HAVE_LIBPTHREAD
/external/llvm/cmake/
Dconfig-ix.cmake93 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)
94 if (HAVE_LIBPTHREAD)
/external/libxml2/os400/
Dos400config.h.in97 #undef HAVE_LIBPTHREAD
/external/libvncserver/autom4te.cache/
Dtraces.11005 m4trace:configure.ac:731: -1- AH_OUTPUT([HAVE_LIBPTHREAD], [/* Define to 1 if you have the `pthread…
1006 @%:@undef HAVE_LIBPTHREAD])
1007 m4trace:configure.ac:731: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBPTHREAD])
1008 m4trace:configure.ac:731: -1- m4_pattern_allow([^HAVE_LIBPTHREAD$])
1009 m4trace:configure.ac:735: -1- AM_CONDITIONAL([HAVE_LIBPTHREAD], [test ! -z "$HAVE_LIBPTHREAD"])
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch433 +#define HAVE_LIBPTHREAD 1
1381 +#define HAVE_LIBPTHREAD 1

12