Symbol: CRYPTO_THREAD
crypto/openssl/crypto/thread/arch.c
106
int ossl_crypto_thread_native_clean(CRYPTO_THREAD *handle)
crypto/openssl/crypto/thread/arch.c
13
CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
crypto/openssl/crypto/thread/arch.c
16
CRYPTO_THREAD *handle;
crypto/openssl/crypto/thread/arch.c
47
int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/crypto/thread/arch/thread_none.c
14
int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread)
crypto/openssl/crypto/thread/arch/thread_none.c
19
int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/crypto/thread/arch/thread_none.c
29
int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread)
crypto/openssl/crypto/thread/arch/thread_posix.c
20
CRYPTO_THREAD *thread;
crypto/openssl/crypto/thread/arch/thread_posix.c
23
thread = (CRYPTO_THREAD *)vthread;
crypto/openssl/crypto/thread/arch/thread_posix.c
35
int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread)
crypto/openssl/crypto/thread/arch/thread_posix.c
63
int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/crypto/thread/arch/thread_posix.c
91
int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread)
crypto/openssl/crypto/thread/arch/thread_win.c
18
CRYPTO_THREAD *thread;
crypto/openssl/crypto/thread/arch/thread_win.c
21
thread = (CRYPTO_THREAD *)vthread;
crypto/openssl/crypto/thread/arch/thread_win.c
35
int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread)
crypto/openssl/crypto/thread/arch/thread_win.c
56
int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/crypto/thread/arch/thread_win.c
92
int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread)
crypto/openssl/crypto/thread/internal.c
43
CRYPTO_THREAD *thread;
crypto/openssl/crypto/thread/internal.c
75
CRYPTO_THREAD *handle = vhandle;
crypto/openssl/crypto/thread/internal.c
97
CRYPTO_THREAD *handle = vhandle;
crypto/openssl/include/internal/quic_thread_assist.h
48
CRYPTO_THREAD *t;
crypto/openssl/include/internal/thread_arch.h
115
CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
crypto/openssl/include/internal/thread_arch.h
117
int ossl_crypto_thread_native_spawn(CRYPTO_THREAD *thread);
crypto/openssl/include/internal/thread_arch.h
118
int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread,
crypto/openssl/include/internal/thread_arch.h
120
int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread,
crypto/openssl/include/internal/thread_arch.h
123
int ossl_crypto_thread_native_is_self(CRYPTO_THREAD *thread);
crypto/openssl/include/internal/thread_arch.h
124
int ossl_crypto_thread_native_clean(CRYPTO_THREAD *thread);
crypto/openssl/test/quic_multistream_test.c
114
CRYPTO_THREAD *t;
crypto/openssl/test/quic_multistream_test.c
45
CRYPTO_THREAD *t;
crypto/openssl/test/radix/quic_bindings.c
85
CRYPTO_THREAD *t;
crypto/openssl/test/threadpool_test.c
255
ossl_crypto_thread_native_join((CRYPTO_THREAD *)data, NULL);
crypto/openssl/test/threadpool_test.c
261
ossl_crypto_thread_native_join((CRYPTO_THREAD *)data, NULL);
crypto/openssl/test/threadpool_test.c
267
CRYPTO_THREAD *t, *t1, *t2;
crypto/openssl/test/threadpool_test.c
62
CRYPTO_THREAD *t;