Home
last modified time | relevance | path

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

/freebsd-src/contrib/libevent/m4/
H A Dacx_pthread.m4272 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files… definition
/freebsd-src/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m4272 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files… definition
/freebsd-src/sys/contrib/libsodium/m4/
H A Dax_pthread.m4478 …ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header … definition
/freebsd-src/contrib/unbound/
H A Dax_pthread.m4515 …ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header … definition
H A Dconfigure.ac627 AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]) global() definition
/freebsd-src/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4683 …ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files… definition
/freebsd-src/sys/contrib/libsodium/
H A Dconfigure.ac129 AC_DEFINE([HAVE_PTHREAD], [1], [Define if you have POSIX threads libraries and header files]) definition
/freebsd-src/sys/contrib/zstd/programs/
H A DMakefile67 HAVE_PTHREAD := $(shell printf '$(NUM_SYMBOL)include <pthread.h>\nint main(void) { return 0; }' > h… macro
/freebsd-src/lib/libunbound/
H A Dconfig.h488 #define HAVE_PTHREAD global() macro