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

/freebsd-12-stable/lib/libc/gen/
H A D_once_stub.c64 return (_pthread_once(once_control, init_routine));
H A Dsem_new.c176 _pthread_once(&once, sem_module_init);
272 _pthread_once(&once, sem_module_init);
/freebsd-12-stable/lib/libc/include/
H A Dnss_tls.h63 rv = _pthread_once(&keyinit, name##_keyinit); \
H A Dreentrant.h127 #define thr_once(o, i) _pthread_once(o, i)
H A Dnamespace.h173 #define pthread_once _pthread_once
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_once.c39 __weak_reference(_thr_once, _pthread_once);
H A Dthr_init.c161 STATIC_LIB_REQUIRE(_pthread_once); variable
187 STATIC_LIB_REQUIRE(_pthread_once); variable
/freebsd-12-stable/lib/libc/net/
H A Dnss_compat.c69 (void)_pthread_once(&_term_once_##x, _term_create_##x); \
77 ((void)_pthread_once(&_term_once_##x, _term_create_##x), \
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h146 #define pthread_once _pthread_once
/freebsd-12-stable/lib/librt/
H A Dsigev_thread.c152 _pthread_once(&sigev_once, __sigev_thread_init);
/freebsd-12-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1442 _pthread_once(&localtime_once, localtime_key_init);
1539 _pthread_once(&gmtime_once, gmtime_key_init);

Completed in 225 milliseconds