HomeSort by: relevance | last modified time | path
    Searched refs:HAVE_PTHREAD (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/util/
locks.c 53 #if defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS) || defined(HAVE_SIGPROCMASK)
54 # if defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS)
59 #ifdef HAVE_PTHREAD
71 #endif /* HAVE_PTHREAD */
78 #if defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS) || defined(HAVE_SIGPROCMASK)
79 # if defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS)
85 #ifdef HAVE_PTHREAD
97 #endif /* HAVE_PTHREAD */
103 #if !defined(HAVE_PTHREAD) && !defined(HAVE_SOLARIS_THREADS) && !defined(HAVE_WINDOWS_THREADS)
143 #endif /* !defined(HAVE_PTHREAD) && !defined(HAVE_SOLARIS_THREADS) && !defined(HAVE_WINDOWS_THREADS) *
    [all...]
locks.h 76 #if defined(HAVE_PTHREAD) && defined(HAVE_PTHREAD_SPINLOCK_T) && defined(ENABLE_LOCK_CHECKS)
93 #ifdef HAVE_PTHREAD
205 #else /* we do not HAVE_PTHREAD */
327 #endif /* HAVE_PTHREAD */
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 8 #elif defined(HAVE_PTHREAD)
124 #elif defined(HAVE_PTHREAD) && !defined(__EMSCRIPTEN__)
  /src/external/gpl3/binutils/dist/gprofng/common/
config.h.in 32 #undef HAVE_PTHREAD
  /src/external/gpl3/binutils.old/dist/gprofng/common/
config.h.in 32 #undef HAVE_PTHREAD
  /src/external/bsd/nvi/usr.bin/nvi/
compat.h 195 #ifdef HAVE_PTHREAD
port.h 197 #ifdef HAVE_PTHREAD
  /src/external/lgpl2/userspace-rcu/include/urcu/
config.h 79 #define HAVE_PTHREAD 1
  /src/external/mpl/dhcp/bind/include/
config.h 326 #define HAVE_PTHREAD 1
  /src/external/mpl/bind/include/
config.h 309 #define HAVE_PTHREAD 1
  /src/external/bsd/libevent/dist/m4/
acx_pthread.m4 39 # default action will define HAVE_PTHREAD.
272 ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
  /src/external/bsd/ntp/dist/sntp/libevent/m4/
acx_pthread.m4 39 # default action will define HAVE_PTHREAD.
272 ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
  /src/external/bsd/nvi/dist/dist/
port.h.in 195 #ifdef HAVE_PTHREAD
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 104 #elif defined (HAVE_PTHREAD)
  /src/external/lgpl3/mpfr/dist/tests/
tconst_pi.c 25 #if defined(MPFR_WANT_SHARED_CACHE) && defined(HAVE_PTHREAD)
  /src/external/bsd/ntp/dist/sntp/libevent/
config.h.in 192 #undef HAVE_PTHREAD
  /src/external/bsd/libevent/dist/
config.h.in 192 #undef HAVE_PTHREAD
  /src/external/bsd/unbound/dist/testcode/
testbound.c 513 #ifdef HAVE_PTHREAD
600 #ifdef HAVE_PTHREAD
checklocks.h 67 #ifndef HAVE_PTHREAD
  /src/external/bsd/unbound/include/
config.h 588 #define HAVE_PTHREAD 1
1660 #if defined(HAVE_EVENT_H) && !defined(HAVE_EVENT_BASE_ONCE) && !(defined(HAVE_EV_LOOP) || defined(HAVE_EV_DEFAULT_LOOP)) && (defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS))
  /src/external/mpl/bind/dist/
config.h.in 304 #undef HAVE_PTHREAD
  /src/external/bsd/unbound/dist/daemon/
stats.c 398 #if defined(HAVE_PTHREAD) && defined(SIZEOF_PTHREAD_T) && defined(SIZEOF_UNSIGNED_LONG)
409 #if defined(HAVE_PTHREAD) && defined(SIZEOF_PTHREAD_T) && defined(SIZEOF_UNSIGNED_LONG)
419 #if defined(HAVE_PTHREAD) && defined(SIZEOF_PTHREAD_T) && defined(SIZEOF_UNSIGNED_LONG)
  /src/external/bsd/unbound/dist/
config.h.in 584 #undef HAVE_PTHREAD
1645 #if defined(HAVE_EVENT_H) && !defined(HAVE_EVENT_BASE_ONCE) && !(defined(HAVE_EV_LOOP) || defined(HAVE_EV_DEFAULT_LOOP)) && (defined(HAVE_PTHREAD) || defined(HAVE_SOLARIS_THREADS))
  /src/external/bsd/ntp/dist/sntp/
config.h.in 273 #undef HAVE_PTHREAD
  /src/external/bsd/zstd/dist/programs/
Makefile 66 HAVE_PTHREAD := $(shell printf '$(NUM_SYMBOL)include <pthread.h>\nint main(void) { return 0; }' > have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm have_pthread$(EXT) && echo 1 || echo 0; rm have_pthread.c)
67 HAVE_THREAD := $(shell [ "$(HAVE_PTHREAD)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || echo 0)

Completed in 37 milliseconds

1 2