Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/thread/
H A Drthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/openbsd-src/distrib/special/libstubs/
H A Dpthread_once.c22 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/openbsd-src/regress/lib/libpthread/pthread_once/
H A Dpthread_once.c12 pthread_once_t once_control = PTHREAD_ONCE_INIT; variable