Searched refs:_pthread_once (Results 1 – 16 of 16) sorted by relevance
| /trueos/lib/libkse/thread/ |
| HD | thr_once.c | 37 __weak_reference(_pthread_once, pthread_once); 66 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once() function
|
| HD | thr_init.c | 118 &_pthread_once, 146 &_pthread_once, 210 {DUAL_ENTRY(_pthread_once)}, /* PJT_ONCE */
|
| HD | thr_private.h | 1137 int _pthread_once(pthread_once_t *, void (*) (void));
|
| /trueos/lib/libthr/thread/ |
| HD | thr_once.c | 36 __weak_reference(_pthread_once, pthread_once); 62 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once() function
|
| HD | thr_init.c | 155 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.c | 62 return (_pthread_once(once_control, init_routine)); in _once()
|
| HD | sem_new.c | 172 _pthread_once(&once, sem_module_init); in _sem_open() 268 _pthread_once(&once, sem_module_init); in _sem_close()
|
| HD | Symbol.map | 464 _pthread_once;
|
| /trueos/lib/libc/include/ |
| HD | nss_tls.h | 61 rv = _pthread_once(&keyinit, name##_keyinit); \
|
| HD | reentrant.h | 125 #define thr_once(o, i) _pthread_once(o, i)
|
| HD | namespace.h | 168 #define pthread_once _pthread_once
|
| /trueos/lib/libc/net/ |
| HD | nss_compat.c | 67 (void)_pthread_once(&_term_once_##x, _term_create_##x); \ 75 ((void)_pthread_once(&_term_once_##x, _term_create_##x), \
|
| /trueos/lib/libthr/ |
| HD | pthread.map | 232 _pthread_once;
|
| /trueos/lib/libkse/ |
| HD | kse.map | 276 _pthread_once;
|
| /trueos/lib/librt/ |
| HD | sigev_thread.c | 150 _pthread_once(&sigev_once, __sigev_thread_init); in __sigev_check_init()
|
| /trueos/contrib/tzcode/stdtime/ |
| HD | localtime.c | 1449 _pthread_once(&localtime_once, localtime_key_init); 1550 _pthread_once(&gmtime_once, gmtime_key_init);
|