Searched refs:PTHREAD_ONCE_INIT (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Donce.h36 #define ISC_ONCE_INIT { PTHREAD_ONCE_INIT }
41 #define ISC_ONCE_INIT PTHREAD_ONCE_INIT
/freebsd-10-stable/lib/libc/include/
H A Dnss_tls.h54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
H A Dreentrant.h95 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT
/freebsd-10-stable/lib/libc/gen/
H A Dauxv.c44 static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;
66 static pthread_once_t aux_once = PTHREAD_ONCE_INIT;
H A Ddlfcn.c145 static pthread_once_t dl_phdr_info_once = PTHREAD_ONCE_INIT;
H A Dsem_new.c76 static pthread_once_t once = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/jemalloc/src/
H A Dmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/gcc/
H A Dgthr-tpf.h63 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
H A Dgthr-posix.h52 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
174 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
H A Dgthr-posix95.h56 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
140 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
/freebsd-10-stable/include/
H A Dpthread.h95 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, NULL } macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c46 static pthread_once_t once = PTHREAD_ONCE_INIT;
/freebsd-10-stable/lib/librt/
H A Dsigev_thread.c56 static pthread_once_t sigev_once = PTHREAD_ONCE_INIT;
57 static pthread_once_t sigev_once_default = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/apr/threadproc/unix/
H A Dthread.c306 static const pthread_once_t once_init = PTHREAD_ONCE_INIT;
/freebsd-10-stable/lib/libc/net/
H A Dnss_compat.c60 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT
/freebsd-10-stable/lib/libc/locale/
H A Dxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp65 static pthread_once_t g_thread_create_once = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/xz/src/common/
H A Dmythread.h130 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
/freebsd-10-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c238 static pthread_once_t gmt_once = PTHREAD_ONCE_INIT;
240 static pthread_once_t gmtime_once = PTHREAD_ONCE_INIT;
243 static pthread_once_t localtime_once = PTHREAD_ONCE_INIT;
/freebsd-10-stable/usr.sbin/bhyve/
H A Dblock_if.c107 static pthread_once_t blockif_once = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/libcxxrt/
H A Dexception.cc362 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/apr/
H A Dconfigure19308 pthread_once_t once_init = PTHREAD_ONCE_INIT;
19398 pthread_once_t once_init = PTHREAD_ONCE_INIT;
19556 pthread_once_t once_init = PTHREAD_ONCE_INIT;
19646 pthread_once_t once_init = PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure14427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if extra braces are needed for PTHREAD_ONCE_INIT" >&5
14428 $as_echo_n "checking if extra braces are needed for PTHREAD_ONCE_INIT... " >&6; }
14442 PTHREAD_ONCE_INIT;
/freebsd-10-stable/contrib/ntp/
H A Dconfigure23752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if extra braces are needed for PTHREAD_ONCE_INIT" >&5
23753 $as_echo_n "checking if extra braces are needed for PTHREAD_ONCE_INIT... " >&6; }
23767 PTHREAD_ONCE_INIT;

Completed in 273 milliseconds