Searched refs:ossl_crypto_thread_native_join (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | threadpool_test.c | 77 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 D | quic_multistream_test.c | 494 ossl_crypto_thread_native_join(threads[i].t, &rv); in join_threads() 522 ossl_crypto_thread_native_join(h->server_thread.t, &rv); in join_server_thread()
|
/openssl/ssl/quic/ |
H A D | quic_thread_assist.c | 124 if (!ossl_crypto_thread_native_join(qta->t, &rv)) { in ossl_quic_thread_assist_wait_stopped()
|
/openssl/include/internal/ |
H A D | thread_arch.h | 119 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread,
|
/openssl/crypto/thread/ |
H A D | arch.c | 47 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_join() function
|
H A D | internal.c | 85 if (ossl_crypto_thread_native_join(handle, retval) == 0) in ossl_crypto_thread_join()
|
Completed in 25 milliseconds