Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_once.c37 __weak_reference(_pthread_once, pthread_once);
66 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once() function
HDthr_init.c118 &_pthread_once,
146 &_pthread_once,
210 {DUAL_ENTRY(_pthread_once)}, /* PJT_ONCE */
HDthr_private.h1137 int _pthread_once(pthread_once_t *, void (*) (void));
/trueos/lib/libthr/thread/
HDthr_once.c36 __weak_reference(_pthread_once, pthread_once);
62 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once() function
HDthr_init.c155 STATIC_LIB_REQUIRE(_pthread_once);
182 STATIC_LIB_REQUIRE(_pthread_once);
249 {DUAL_ENTRY(_pthread_once)}, /* PJT_ONCE */
/trueos/lib/libc/gen/
HD_once_stub.c62 return (_pthread_once(once_control, init_routine)); in _once()
HDsem_new.c172 _pthread_once(&once, sem_module_init); in _sem_open()
268 _pthread_once(&once, sem_module_init); in _sem_close()
HDSymbol.map464 _pthread_once;
/trueos/lib/libc/include/
HDnss_tls.h61 rv = _pthread_once(&keyinit, name##_keyinit); \
HDreentrant.h125 #define thr_once(o, i) _pthread_once(o, i)
HDnamespace.h168 #define pthread_once _pthread_once
/trueos/lib/libc/net/
HDnss_compat.c67 (void)_pthread_once(&_term_once_##x, _term_create_##x); \
75 ((void)_pthread_once(&_term_once_##x, _term_create_##x), \
/trueos/lib/libthr/
HDpthread.map232 _pthread_once;
/trueos/lib/libkse/
HDkse.map276 _pthread_once;
/trueos/lib/librt/
HDsigev_thread.c150 _pthread_once(&sigev_once, __sigev_thread_init); in __sigev_check_init()
/trueos/contrib/tzcode/stdtime/
HDlocaltime.c1449 _pthread_once(&localtime_once, localtime_key_init);
1550 _pthread_once(&gmtime_once, gmtime_key_init);