Home
last modified time | relevance | path

Searched refs:fork_once_func (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/
H A Dthreads_pthread.c187 static void fork_once_func(void) in fork_once_func() function
197 if (pthread_once(&fork_once_control, fork_once_func) == 0) in openssl_init_fork_handlers()