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

/freebsd-10.0-release/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-10.0-release/lib/libkse/thread/
H A Dthr_once.c57 pthread_once_t *once_control = arg; local
66 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) argument
[all...]
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_once.c53 pthread_once_t *once_control = arg; local
62 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) argument
[all...]
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dmutex.c56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; local
/freebsd-10.0-release/lib/libc/locale/
H A Dxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
/freebsd-10.0-release/contrib/libcxxrt/
H A Dexception.cc357 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable

Completed in 124 milliseconds