Symbol: CRYPTO_THREAD_RETVAL
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
19
int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/crypto/thread/arch/thread_posix.c
21
CRYPTO_THREAD_RETVAL ret;
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_win.c
19
CRYPTO_THREAD_RETVAL ret;
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/internal.c
115
int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/crypto/thread/internal.c
73
int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval)
crypto/openssl/include/internal/thread.h
21
int ossl_crypto_thread_join(void *task, CRYPTO_THREAD_RETVAL *retval);
crypto/openssl/include/internal/thread_arch.h
119
CRYPTO_THREAD_RETVAL *retval);
crypto/openssl/include/internal/thread_arch.h
121
CRYPTO_THREAD_RETVAL *retval);
crypto/openssl/include/internal/thread_arch.h
57
typedef CRYPTO_THREAD_RETVAL (*CRYPTO_THREAD_ROUTINE)(void *);
crypto/openssl/include/internal/thread_arch.h
58
typedef CRYPTO_THREAD_RETVAL (*CRYPTO_THREAD_ROUTINE_CB)(void *,
crypto/openssl/include/internal/thread_arch.h
74
CRYPTO_THREAD_RETVAL retval;
crypto/openssl/ssl/quic/quic_thread_assist.c
104
CRYPTO_THREAD_RETVAL rv;
crypto/openssl/test/quic_multistream_test.c
2040
static CRYPTO_THREAD_RETVAL run_script_child_thread(void *arg)
crypto/openssl/test/quic_multistream_test.c
492
static CRYPTO_THREAD_RETVAL run_script_child_thread(void *arg);
crypto/openssl/test/quic_multistream_test.c
498
CRYPTO_THREAD_RETVAL rv;
crypto/openssl/test/quic_multistream_test.c
520
CRYPTO_THREAD_RETVAL rv;
crypto/openssl/test/radix/quic_bindings.c
535
CRYPTO_THREAD_RETVAL rv;