OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRYPTO_THREAD_run_once
(Results
1 - 18
of
18
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
thread_once.h
119
* 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)
/src/crypto/external/bsd/openssl/dist/include/internal/
thread_once.h
119
* 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)
/src/crypto/external/bsd/openssl.old/dist/include/internal/
thread_once.h
108
* 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)
/src/crypto/external/bsd/openssl.old/dist/test/
threadstest.c
106
CRYPTO_THREAD_run_once
(&once_run, once_do_run);
115
|| !
CRYPTO_THREAD_run_once
(&once_run, once_do_run)
/src/crypto/external/bsd/openssl.old/dist/crypto/
threads_none.c
65
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
threads_win.c
77
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
threads_pthread.c
116
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
/src/crypto/external/bsd/openssl/dist/crypto/
threads_none.c
65
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
threads_pthread.c
152
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
threads_win.c
134
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
/src/crypto/external/apache2/openssl/dist/crypto/
threads_none.c
145
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
threads_pthread.c
688
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
threads_win.c
523
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void))
/src/crypto/external/bsd/openssl/dist/test/
threadstest.c
62
CRYPTO_THREAD_run_once
(&once_run, once_do_run);
71
|| !
CRYPTO_THREAD_run_once
(&once_run, once_do_run)
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
crypto.h
431
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void));
/src/crypto/external/apache2/openssl/dist/test/
threadstest.c
518
CRYPTO_THREAD_run_once
(&once_run, once_do_run);
527
|| !
CRYPTO_THREAD_run_once
(&once_run, once_do_run)
/src/crypto/external/apache2/openssl/dist/include/openssl/
crypto.h.in
536
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void));
/src/crypto/external/bsd/openssl/dist/include/openssl/
crypto.h.in
512
int
CRYPTO_THREAD_run_once
(CRYPTO_ONCE *once, void (*init)(void));
Completed in 43 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026