Home
last modified time | relevance | path

Searched refs:PTHREAD_ONCE_INIT (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_all.c82 static pthread_once_t once = PTHREAD_ONCE_INIT; in ENGINE_load_builtin_engines()
/dragonfly/crypto/libressl/crypto/evp/
H A Dc_all.c248 static pthread_once_t add_all_ciphers_once = PTHREAD_ONCE_INIT; in OpenSSL_add_all_ciphers()
302 static pthread_once_t add_all_digests_once = PTHREAD_ONCE_INIT; in OpenSSL_add_all_digests()
/dragonfly/crypto/libressl/ssl/
H A Dssl_init.c40 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl()
/dragonfly/crypto/libressl/crypto/
H A Dcrypto_init.c34 static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT;
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_sap.c79 static pthread_once_t openssl_configured = PTHREAD_ONCE_INIT;
/dragonfly/crypto/libressl/crypto/err/
H A Derr_all.c177 static pthread_once_t loaded = PTHREAD_ONCE_INIT; in ERR_load_crypto_strings()
H A Derr.c674 static pthread_once_t once = PTHREAD_ONCE_INIT; in ERR_load_ERR_strings()
/dragonfly/lib/libc/include/
H A Dnss_tls.h54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
H A Dreentrant.h102 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT
/dragonfly/test/debug/
H A Dcrc32hw.c46 static pthread_once_t crc32c_once_sw = PTHREAD_ONCE_INIT;
214 static pthread_once_t crc32c_once_hw = PTHREAD_ONCE_INIT;
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack-thread.c64 static pthread_once_t create_key_once = PTHREAD_ONCE_INIT;
H A Dgthr-posix.h66 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
227 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
/dragonfly/sys/libprop/
H A Dprop_object_impl.h390 static pthread_once_t x = PTHREAD_ONCE_INIT;
429 static pthread_once_t x = PTHREAD_ONCE_INIT;
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h61 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT
183 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
/dragonfly/lib/libc/upmap/
H A Dupmap.c66 static pthread_once_t upmap_once = PTHREAD_ONCE_INIT;
/dragonfly/contrib/binutils-2.27/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
/dragonfly/contrib/binutils-2.34/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
/dragonfly/include/
H A Dpthread.h93 #define PTHREAD_ONCE_INIT { PTHREAD_NEEDS_INIT, NULL } macro
/dragonfly/lib/libc/locale/
H A Dxlocale.c132 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
/dragonfly/lib/libc/net/
H A Dnss_compat.c60 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT
/dragonfly/contrib/xz/src/common/
H A Dmythread.h130 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
/dragonfly/contrib/grep/lib/glthread/
H A Dlock.c703 static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT;
H A Dlock.h507 STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT;
/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c209 static pthread_once_t gmt_once = PTHREAD_ONCE_INIT;
211 static pthread_once_t gmtime_once = PTHREAD_ONCE_INIT;
214 static pthread_once_t localtime_once = PTHREAD_ONCE_INIT;
/dragonfly/crypto/libressl/tls/
H A Dtls.c60 static pthread_once_t once = PTHREAD_ONCE_INIT; in tls_init()

12