Searched refs:_once (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | xlocale.c | 141 _once(&once_control, init_key); in get_thread_locale() 152 _once(&once_control, init_key); in set_thread_locale() 262 _once(&once_control, init_key); in newlocale() 316 _once(&once_control, init_key); in duplocale()
|
/freebsd/lib/libc/stdlib/ |
H A D | rand.c | 78 _once(&rand3_state_once, initialize_rand3); in rand() 85 _once(&rand3_state_once, initialize_rand3); in srand()
|
/freebsd/lib/libc/gen/ |
H A D | _once_stub.c | 57 _once(pthread_once_t *once_control, void (*init_routine)(void)) in _once() function
|
H A D | dlfcn.c | 230 _once(&dl_phdr_info_once, dl_init_phdr_info); in _dl_iterate_phdr_locked() 334 _once(&dl_phdr_info_once, dl_init_phdr_info); in _rtld_get_stack_prot()
|
/freebsd/lib/libc/include/ |
H A D | libc_private.h | 285 int _once(pthread_once_t *, void (*)(void));
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 1742 _once(&gmt_once, gmtcheck); in localtime() 1788 _once(&gmt_once, gmtcheck); in gmtsub() 2395 _once(&gmt_once, gmtcheck); in time1() 2451 _once(&gmt_once, gmtcheck); in mktime_tzname()
|