Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 25 of 36) sorted by relevance

12

/NextBSD/lib/libstdthreads/
HDcall_once.c40 (void)pthread_once((pthread_once_t *)flag, func); in call_once()
43 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t),
/NextBSD/lib/libc/gen/
HD_once_stub.c38 _libc_once(pthread_once_t *once_control, void (*init_routine)(void)) in _libc_once()
58 _once(pthread_once_t *once_control, void (*init_routine)(void)) in _once()
HDauxv.c44 static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;
66 static pthread_once_t aux_once = PTHREAD_ONCE_INIT;
HDdlfcn.c149 static pthread_once_t dl_phdr_info_once = PTHREAD_ONCE_INIT;
/NextBSD/lib/libthr/thread/
HDthr_once.c53 pthread_once_t *once_control; in once_cancel_handler()
64 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once()
/NextBSD/include/apple/sys/_pthread/
HD_pthread_once_t.h30 typedef __darwin_pthread_once_t pthread_once_t; typedef
/NextBSD/contrib/ntp/lib/isc/pthreads/include/isc/
HDonce.h30 typedef pthread_once_t isc_once_t;
/NextBSD/sys/sys/
HD_pthreadtypes.h74 typedef struct pthread_once pthread_once_t; typedef
/NextBSD/lib/libc/include/
HDnss_tls.h54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
HDreentrant.h90 #define once_t pthread_once_t
HDlibc_private.h246 int _once(pthread_once_t *, void (*)(void));
/NextBSD/contrib/apr/include/arch/unix/
HDapr_arch_threadproc.h74 pthread_once_t once;
/NextBSD/lib/liblaunch/
HDlaunch_internal.h43 pthread_once_t lc_once;
/NextBSD/contrib/gcc/
HDgthr-posix.h47 typedef pthread_once_t __gthread_once_t;
174 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
HDgthr-posix95.h46 typedef pthread_once_t __gthread_once_t;
140 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
HDgthr-posix.c37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, in pthread_once()
HDgthr-tpf.h52 typedef pthread_once_t __gthread_once_t;
HDgthr-dce.h48 typedef pthread_once_t __gthread_once_t;
/NextBSD/lib/librt/
HDsigev_thread.c56 static pthread_once_t sigev_once = PTHREAD_ONCE_INIT;
57 static pthread_once_t sigev_once_default = PTHREAD_ONCE_INIT;
/NextBSD/contrib/jemalloc/src/
HDmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDt_once.c43 static pthread_once_t once = PTHREAD_ONCE_INIT;
/NextBSD/lib/libc/locale/
HDxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/NextBSD/contrib/apr/threadproc/unix/
HDthread.c306 static const pthread_once_t once_init = PTHREAD_ONCE_INIT;
/NextBSD/include/
HDpthread.h246 int pthread_once(pthread_once_t *, void (*) (void)) __nonnull_all;
/NextBSD/lib/libc/net/
HDnss_compat.c60 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT

12