Searched refs:_once (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A D_once_stub.c58 _once(pthread_once_t *once_control, void (*init_routine)(void)) function
H A Dauxv.c64 _once(&aux_vector_once, init_aux_vector_once);
136 _once(&aux_once, init_aux);
H A Ddlfcn.c213 _once(&dl_phdr_info_once, dl_init_phdr_info);
/freebsd-11-stable/lib/libc/locale/
H A Dxlocale.c138 _once(&once_control, init_key);
159 _once(&once_control, init_key);
257 _once(&once_control, init_key);
308 _once(&once_control, init_key);
/freebsd-11-stable/lib/libc/include/
H A Dlibc_private.h257 int _once(pthread_once_t *, void (*)(void));
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1502 _once(&gmt_once, gmt_init);

Completed in 201 milliseconds