Symbol: PTHREAD_ONCE_INIT
crypto/krb5/src/include/k5-thread.h
260
# define K5_ONCE_INIT { PTHREAD_ONCE_INIT, K5_OS_NOTHREAD_ONCE_INIT }
crypto/krb5/src/include/k5-thread.h
268
# define K5_ONCE_INIT PTHREAD_ONCE_INIT
crypto/krb5/src/util/support/threads.c
137
static pthread_once_t loaded_test_once = PTHREAD_ONCE_INIT;
crypto/openssl/include/openssl/crypto.h
548
#define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT
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/include/nss_tls.h
54
static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
lib/libc/include/reentrant.h
95
#define ONCE_INITIALIZER PTHREAD_ONCE_INIT
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/libsys/auxv.c
47
static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;
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;