Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/gen/
H A D_once_stub.c38 _libc_once(pthread_once_t *once_control, void (*init_routine)(void)) in _libc_once()
58 _once(pthread_once_t *once_control, void (*init_routine)(void)) in _once()
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_once.c51 pthread_once_t *once_control = arg; in once_cancel_handler() local
60 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dgold-threads.cc293 once_control() in once_control() function in gold::Once_initialize
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dgold-threads.cc293 once_control() in once_control() function in gold::Once_initialize
/dflybsd-src/lib/libc/locale/
H A Dxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/dflybsd-src/contrib/grep/lib/glthread/
H A Dlock.c706 glthread_once_singlethreaded (pthread_once_t *once_control) in glthread_once_singlethreaded()