Searched refs:CRYPTO_THREAD_run_once (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/include/internal/ |
H A D | thread_once.h | 130 (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 D | CRYPTO_THREAD_run_once.pod | 5 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. 106 CRYPTO_THREAD_run_once() returns 1 on success, or 0 on error. 153 if (!CRYPTO_THREAD_run_once(&once, void init) || lock == NULL)
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_none.c | 65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
H A D | threads_win.c | 134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
H A D | threads_pthread.c | 152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-threads.pod | 14 API, as shown in L<CRYPTO_THREAD_run_once(3)/EXAMPLES>. 89 CRYPTO_THREAD_run_once(3),
|
/freebsd/crypto/openssl/test/ |
H A D | threadstest.c | 62 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 D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
H A D | crypto.h.in | 512 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 100 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 D | build.info | 870 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 D | Version.map | 771 CRYPTO_THREAD_run_once;
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3127 CRYPTO_THREAD_run_once 3195 3_0_0 EXIST::FUNCTION:
|