Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dthread_once.h130 (CRYPTO_THREAD_run_once(once, init##_ossl_) ? init##_ossl_ret_ : 0)
148 (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod5 CRYPTO_THREAD_run_once,
15 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
43 CRYPTO_THREAD_run_once() can be used to perform one-time initialization.
105 CRYPTO_THREAD_run_once() returns 1 on success, or 0 on error.
152 if (!CRYPTO_THREAD_run_once(&once, void init) || lock == NULL)
/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
H A Dthreads_pthread.c152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod14 API, as shown in L<CRYPTO_THREAD_run_once(3)/EXAMPLES>.
89 CRYPTO_THREAD_run_once(3),
/freebsd/crypto/openssl/test/
H A Dthreadstest.c62 CRYPTO_THREAD_run_once(&once_run, once_do_run); in once_run_thread_cb()
71 || !CRYPTO_THREAD_run_once(&once_run, once_do_run) in test_once()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
H A Dcrypto.h.in512 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile100 MAN+= CRYPTO_THREAD_run_once.3
1141 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_THREAD_lock_free.3
1142 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_THREAD_lock_new.3
1143 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_THREAD_read_lock.3
1144 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_THREAD_unlock.3
1145 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_THREAD_write_lock.3
1147 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_add.3
1148 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_load.3
1149 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_or.3
/freebsd/crypto/openssl/doc/
H A Dbuild.info870 DEPEND[html/man3/CRYPTO_THREAD_run_once.html]=man3/CRYPTO_THREAD_run_once.pod
871 GENERATE[html/man3/CRYPTO_THREAD_run_once.html]=man3/CRYPTO_THREAD_run_once.pod
872 DEPEND[man/man3/CRYPTO_THREAD_run_once.3]=man3/CRYPTO_THREAD_run_once.pod
873 GENERATE[man/man3/CRYPTO_THREAD_run_once.3]=man3/CRYPTO_THREAD_run_once.pod
3003 html/man3/CRYPTO_THREAD_run_once.html \
3611 man/man3/CRYPTO_THREAD_run_once.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map771 CRYPTO_THREAD_run_once;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3127 CRYPTO_THREAD_run_once 3195 3_0_0 EXIST::FUNCTION: