Home
last modified time | relevance | path

Searched defs:HAVE_PTHREAD (Results 1 – 16 of 16) sorted by relevance

/external/google-breakpad/m4/
Dax_pthread.m4276 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files… definition
/external/libevent/m4/
Dacx_pthread.m4272 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files… definition
/external/protobuf/m4/
Dax_pthread.m4478 …ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header … definition
/external/ImageMagick/m4/
Dax_pthread.m4500 …ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header … definition
/external/pcre/dist2/m4/
Dax_pthread.m4302 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files… definition
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dax_pthread.m4325 …ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header … definition
/external/harfbuzz_ng/m4/
Dax_pthread.m4478 …ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header … definition
/external/virglrenderer/prebuilt-intermediates/
Dconfig.h8 #define HAVE_PTHREAD 1 macro
/external/protobuf/
Dconfigure.ac213 AM_CONDITIONAL([HAVE_PTHREAD], [test "x$ax_pthread_ok" = "xyes"]) condition
/external/gflags/
DCMakeLists.txt318 set (HAVE_PTHREAD 1) variable
321 set (HAVE_PTHREAD 0) variable
334 set (HAVE_PTHREAD 0) variable
/external/libyuv/files/third_party/gflags/gen/posix/include/private/
Dconfig.h39 #define HAVE_PTHREAD macro
/external/harfbuzz_ng/
Dconfigure.ac133 AC_DEFINE(HAVE_PTHREAD, 1, [Have POSIX threads]) definition
135 AM_CONDITIONAL(HAVE_PTHREAD, $have_pthread) condition
/external/mesa3d/include/
Dc99_compat.h142 # define HAVE_PTHREAD macro
/external/protobuf/config/
Dconfig.h53 #define HAVE_PTHREAD 1 macro
/external/protobuf/android/
Dconfig.h53 #define HAVE_PTHREAD 1 macro
/external/zstd/programs/
DMakefile140 HAVE_PTHREAD := $(shell printf '$(NUM_SYMBOL)include <pthread.h>\nint main(void) { return 0; }' > h… macro