Searched refs:CRYPTO_THREAD (Results 1 – 9 of 9) sorted by relevance
/openssl/include/internal/ |
H A D | thread_arch.h | 83 } CRYPTO_THREAD; typedef 116 CRYPTO_THREAD * ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, 118 int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread); 119 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, 121 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, 124 int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread); 125 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *thread);
|
H A D | quic_thread_assist.h | 48 CRYPTO_THREAD *t;
|
/openssl/crypto/thread/arch/ |
H A D | thread_none.c | 14 int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread) in ossl_crypto_thread_native_spawn() 19 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join() 29 int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread) in ossl_crypto_thread_native_is_self()
|
H A D | thread_posix.c | 20 CRYPTO_THREAD *thread; in thread_start_thunk() 23 thread = (CRYPTO_THREAD *)vthread; in thread_start_thunk() 35 int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread) in ossl_crypto_thread_native_spawn() 63 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join() 91 int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread) in ossl_crypto_thread_native_is_self()
|
H A D | thread_win.c | 18 CRYPTO_THREAD *thread; in thread_start_thunk() 21 thread = (CRYPTO_THREAD *)vthread; in thread_start_thunk() 35 int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread) in ossl_crypto_thread_native_spawn() 56 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join() 92 int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread) in ossl_crypto_thread_native_is_self()
|
/openssl/crypto/thread/ |
H A D | arch.c | 13 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, in ossl_crypto_thread_native_start() 16 CRYPTO_THREAD *handle; in ossl_crypto_thread_native_start() 47 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_join() 106 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *handle) in ossl_crypto_thread_native_clean()
|
H A D | internal.c | 43 CRYPTO_THREAD *thread; in ossl_crypto_thread_start() 75 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_join() 97 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_clean()
|
/openssl/test/ |
H A D | threadpool_test.c | 62 CRYPTO_THREAD *t; in test_thread_native() 255 ossl_crypto_thread_native_join((CRYPTO_THREAD *)data, NULL); in test_thread_native_multiple_joins_fn2() 261 ossl_crypto_thread_native_join((CRYPTO_THREAD *)data, NULL); in test_thread_native_multiple_joins_fn3() 267 CRYPTO_THREAD *t, *t1, *t2; in test_thread_native_multiple_joins()
|
H A D | quic_multistream_test.c | 35 CRYPTO_THREAD *t; 104 CRYPTO_THREAD *t;
|
Completed in 35 milliseconds