Home
last modified time | relevance | path

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

/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.c491 ossl_crypto_thread_native_join(threads[i].t, &rv); in join_threads()
519 ossl_crypto_thread_native_join(h->server_thread.t, &rv); in join_server_thread()
/openssl/ssl/quic/
H A Dquic_thread_assist.c124 if (!ossl_crypto_thread_native_join(qta->t, &rv)) { in ossl_quic_thread_assist_wait_stopped()
/openssl/include/internal/
H A Dthread_arch.h119 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread,
/openssl/crypto/thread/
H A Darch.c47 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_join() function
H A Dinternal.c85 if (ossl_crypto_thread_native_join(handle, retval) == 0) in ossl_crypto_thread_join()

Completed in 21 milliseconds