Searched refs:ossl_crypto_thread_native_join (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/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 | 502 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 D | quic_thread_assist.c | 115 if (!ossl_crypto_thread_native_join(qta->t, &rv)) { in ossl_quic_thread_assist_wait_stopped()
|
| /src/crypto/openssl/include/internal/ |
| H A D | thread_arch.h | 118 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread,
|
| /src/crypto/openssl/crypto/thread/ |
| H A D | internal.c | 85 if (ossl_crypto_thread_native_join(handle, retval) == 0) in ossl_crypto_thread_join()
|
| 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
|
| /src/crypto/openssl/test/radix/ |
| H A D | quic_bindings.c | 538 ossl_crypto_thread_native_join(rt->t, &rv); in RADIX_THREAD_join()
|
| /src/secure/lib/libcrypto/ |
| H A D | Version.map | 5936 ossl_crypto_thread_native_join;
|