/third_party/openssl/ohos_lite/include/internal/ |
H A D | 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)
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | 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)
|
/third_party/openssl/include/internal/ |
H A D | 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)
|
/third_party/node/deps/openssl/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
|
/third_party/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 | 154 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() function
|
/third_party/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()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 431 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | crypto.h | 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|