Searched refs:CRYPTO_THREAD_run_once (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dthread_once.h108 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded
119 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0)
122 * RUN_ONCE_ALT - use CRYPTO_THREAD_run_once, to run an alternative initialiser
137 (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dthread_once.h119 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded
130 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0)
133 * RUN_ONCE_ALT - use CRYPTO_THREAD_run_once, to run an alternative initialiser
148 (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dthreadstest.c106 CRYPTO_THREAD_run_once(&once_run, once_do_run);
115 || !CRYPTO_THREAD_run_once(&once_run, once_do_run)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) function
H A Dthreads_win.c77 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) function
H A Dthreads_pthread.c116 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) function
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) function
H A Dthreads_pthread.c152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) function
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dthreadstest.c62 CRYPTO_THREAD_run_once(&once_run, once_do_run);
71 || !CRYPTO_THREAD_run_once(&once_run, once_do_run)
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcrypto.h431 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));

Completed in 210 milliseconds