Searched refs:_pthread_once (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/lib/libc/gen/
H A D_once_stub.c62 return (_pthread_once(once_control, init_routine));
H A Dsem_new.c173 _pthread_once(&once, sem_module_init);
270 _pthread_once(&once, sem_module_init);
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_once.c36 __weak_reference(_pthread_once, pthread_once);
64 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) function
H A Dthr_init.c159 STATIC_LIB_REQUIRE(_pthread_once); variable
186 STATIC_LIB_REQUIRE(_pthread_once); variable
253 {DUAL_ENTRY(_pthread_once)}, /* PJT_ONCE */
/freebsd-11.0-release/lib/libc/include/
H A Dnss_tls.h61 rv = _pthread_once(&keyinit, name##_keyinit); \
H A Dreentrant.h125 #define thr_once(o, i) _pthread_once(o, i)
H A Dnamespace.h168 #define pthread_once _pthread_once
/freebsd-11.0-release/lib/libc/net/
H A Dnss_compat.c67 (void)_pthread_once(&_term_once_##x, _term_create_##x); \
75 ((void)_pthread_once(&_term_once_##x, _term_create_##x), \
/freebsd-11.0-release/lib/librt/
H A Dsigev_thread.c150 _pthread_once(&sigev_once, __sigev_thread_init);
/freebsd-11.0-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1442 _pthread_once(&localtime_once, localtime_key_init);
1540 _pthread_once(&gmtime_once, gmtime_key_init);

Completed in 157 milliseconds