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

/freebsd-9.3-release/lib/libc/gen/
H A D_once_stub.c62 return (_pthread_once(once_control, init_routine));
H A Dsem_new.c172 _pthread_once(&once, sem_module_init);
268 _pthread_once(&once, sem_module_init);
H A DSymbol.map461 _pthread_once;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_once.c37 __weak_reference(_pthread_once, pthread_once);
66 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) function
H A Dthr_init.c118 &_pthread_once,
146 &_pthread_once,
210 {DUAL_ENTRY(_pthread_once)}, /* PJT_ONCE */
H A Dthr_private.h1137 int _pthread_once(pthread_once_t *, void (*) (void));
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_once.c36 __weak_reference(_pthread_once, pthread_once);
62 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) function
H A Dthr_init.c148 STATIC_LIB_REQUIRE(_pthread_once); variable
175 STATIC_LIB_REQUIRE(_pthread_once); variable
242 {DUAL_ENTRY(_pthread_once)}, /* PJT_ONCE */
/freebsd-9.3-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-9.3-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-9.3-release/lib/libkse/
H A Dkse.map276 _pthread_once;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map308 _pthread_once;
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c150 _pthread_once(&sigev_once, __sigev_thread_init);
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1449 _pthread_once(&localtime_once, localtime_key_init);
1550 _pthread_once(&gmtime_once, gmtime_key_init);

Completed in 91 milliseconds