Searched defs:once_control (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A D_once_stub.c38 _libc_once(pthread_once_t *once_control, void (*init_routine)(void)) argument
58 _once(pthread_once_t *once_control, void (*init_routine)(void)) argument
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_once.c53 pthread_once_t *once_control; local
64 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) argument
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; local
/freebsd-11-stable/lib/libc/locale/
H A Dxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc362 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable

Completed in 85 milliseconds