Home
last modified time | relevance | path

Searched refs:CRYPTO_THREAD (Results 1 – 9 of 9) sorted by relevance

/openssl/include/internal/
H A Dthread_arch.h83 } 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 Dquic_thread_assist.h48 CRYPTO_THREAD *t;
/openssl/crypto/thread/arch/
H A Dthread_none.c14 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 Dthread_posix.c20 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 Dthread_win.c18 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 Darch.c13 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 Dinternal.c43 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 Dthreadpool_test.c62 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 Dquic_multistream_test.c35 CRYPTO_THREAD *t;
104 CRYPTO_THREAD *t;

Completed in 43 milliseconds