Home
last modified time | relevance | path

Searched refs:ossl_crypto_thread_native_join (Results 1 – 8 of 8) sorted by relevance

/src/crypto/openssl/test/
H A Dthreadpool_test.c77 if (!TEST_int_eq(ossl_crypto_thread_native_join(t, &retval), 1)) in test_thread_native()
79 if (!TEST_int_eq(ossl_crypto_thread_native_join(t, &retval), 1)) 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()
276 if (!TEST_int_eq(ossl_crypto_thread_native_join(t2, NULL), 1)) in test_thread_native_multiple_joins()
278 if (!TEST_int_eq(ossl_crypto_thread_native_join(t1, NULL), 1)) in test_thread_native_multiple_joins()
H A Dquic_multistream_test.c502 ossl_crypto_thread_native_join(threads[i].t, &rv); in join_threads()
530 ossl_crypto_thread_native_join(h->server_thread.t, &rv); in join_server_thread()
/src/crypto/openssl/ssl/quic/
H A Dquic_thread_assist.c115 if (!ossl_crypto_thread_native_join(qta->t, &rv)) { in ossl_quic_thread_assist_wait_stopped()
/src/crypto/openssl/include/internal/
H A Dthread_arch.h118 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread,
/src/crypto/openssl/crypto/thread/
H A Dinternal.c85 if (ossl_crypto_thread_native_join(handle, retval) == 0) in ossl_crypto_thread_join()
H A Darch.c47 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_join() function
/src/crypto/openssl/test/radix/
H A Dquic_bindings.c538 ossl_crypto_thread_native_join(rt->t, &rv); in RADIX_THREAD_join()
/src/secure/lib/libcrypto/
H A DVersion.map5936 ossl_crypto_thread_native_join;