Symbol: pthread_once_t
crypto/krb5/src/include/k5-thread.h
257
pthread_once_t o;
crypto/krb5/src/include/k5-thread.h
267
typedef pthread_once_t k5_once_t;
crypto/krb5/src/util/support/threads.c
137
static pthread_once_t loaded_test_once = PTHREAD_ONCE_INIT;
crypto/openssl/include/openssl/crypto.h
544
typedef pthread_once_t CRYPTO_ONCE;
include/pthread.h
254
int pthread_once(pthread_once_t *, void (*) (void));
lib/libc/gen/_once_stub.c
37
_libc_once(pthread_once_t *once_control, void (*init_routine)(void))
lib/libc/gen/_once_stub.c
57
_once(pthread_once_t *once_control, void (*init_routine)(void))
lib/libc/gen/dlfcn.c
168
static pthread_once_t dl_phdr_info_once = PTHREAD_ONCE_INIT;
lib/libc/gen/sem_new.c
79
static pthread_once_t once = PTHREAD_ONCE_INIT;
lib/libc/gen/uexterr_format.c
33
pthread_once_t mib_template_once_control = PTHREAD_ONCE_INIT;
lib/libc/include/libc_private.h
287
int _once(pthread_once_t *, void (*)(void));
lib/libc/include/nss_tls.h
54
static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
lib/libc/include/reentrant.h
90
#define once_t pthread_once_t
lib/libc/locale/xlocale.c
135
static pthread_once_t once_control = PTHREAD_ONCE_INIT;
lib/libc/net/nss_compat.c
59
static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT
lib/libc/stdlib/exit.c
53
static pthread_once_t exit_mutex_once = PTHREAD_ONCE_INIT;
lib/libc/stdlib/rand.c
63
static pthread_once_t rand3_state_once = PTHREAD_ONCE_INIT;
lib/librt/sigev_thread.c
56
static pthread_once_t sigev_once = PTHREAD_ONCE_INIT;
lib/librt/sigev_thread.c
57
static pthread_once_t sigev_once_default = PTHREAD_ONCE_INIT;
lib/libstdthreads/call_once.c
38
(void)pthread_once((pthread_once_t *)flag, func);
lib/libstdthreads/call_once.c
41
_Static_assert(sizeof(once_flag) == sizeof(pthread_once_t),
lib/libsys/auxv.c
47
static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;
lib/libthr/thread/thr_once.c
53
pthread_once_t *once_control;
lib/libthr/thread/thr_once.c
64
_thr_once(pthread_once_t *once_control, void (*init_routine)(void))
lib/libthr/thread/thr_private.h
1094
int _thr_once(pthread_once_t *, void (*)(void));
lib/nss_tacplus/nss_tacplus.c
63
static pthread_once_t keyinit = PTHREAD_ONCE_INIT;
usr.sbin/bhyve/block_if.c
123
static pthread_once_t blockif_once = PTHREAD_ONCE_INIT;
usr.sbin/bhyve/mevent.c
64
static pthread_once_t mevent_once = PTHREAD_ONCE_INIT;