Searched refs:_libc_once (Results 1 - 1 of 1) 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)) function
51 * process and _libc_once() for a single-threaded library. Because
52 * _libc_once() uses the same ABI for the values in the pthread_once_t
54 * switch from _libc_once() to pthread_once() when threading is
63 return (_libc_once(once_control, init_routine));

Completed in 96 milliseconds