Home
last modified time | relevance | path

Searched defs:once_control (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/gen/
H A D_once_stub.c37 _libc_once(pthread_once_t *once_control, void (*init_routine)(void)) in _libc_once()
57 _once(pthread_once_t *once_control, void (*init_routine)(void)) in _once()
/freebsd/lib/libthr/thread/
H A Dthr_once.c53 pthread_once_t *once_control; in once_cancel_handler() local
64 _thr_once(pthread_once_t *once_control, void (*init_routine)(void)) in _thr_once()
/freebsd/lib/libc/locale/
H A Dxlocale.c135 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/freebsd/contrib/libcxxrt/
H A Dexception.cc442 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable