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

/freebsd-11.0-release/lib/libc/gen/
H A D_once_stub.c58 _once(pthread_once_t *once_control, void (*init_routine)(void)) function
H A Dauxv.c63 _once(&aux_vector_once, init_aux_vector_once);
121 _once(&aux_once, init_aux);
H A Ddlfcn.c194 _once(&dl_phdr_info_once, dl_init_phdr_info);
/freebsd-11.0-release/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.0-release/lib/libc/include/
H A Dlibc_private.h250 int _once(pthread_once_t *, void (*)(void));
/freebsd-11.0-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1503 _once(&gmt_once, gmt_init);

Completed in 83 milliseconds