Searched refs:init_routine (Results 1 - 2 of 2) 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
43 init_routine();
58 _once(pthread_once_t *once_control, void (*init_routine)(void)) argument
62 return (_pthread_once(once_control, init_routine));
63 return (_libc_once(once_control, init_routine));
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_once.c46 * if init_routine is a cancellation point and is canceled, the effect
64 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void))
95 init_routine();

Completed in 69 milliseconds