Home
last modified time | relevance | path

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

/openssl/test/
H A Dthreadpool_test.c85 if (!TEST_int_eq(ossl_crypto_thread_native_clean(t), 1)) in test_thread_native()
89 if (!TEST_int_eq(ossl_crypto_thread_native_clean(t), 0)) in test_thread_native()
281 if (!TEST_int_eq(ossl_crypto_thread_native_clean(t2), 1)) in test_thread_native_multiple_joins()
284 if (!TEST_int_eq(ossl_crypto_thread_native_clean(t1), 1)) in test_thread_native_multiple_joins()
287 if (!TEST_int_eq(ossl_crypto_thread_native_clean(t), 1)) in test_thread_native_multiple_joins()
H A Dquic_multistream_test.c497 ossl_crypto_thread_native_clean(threads[i].t); in join_threads()
520 ossl_crypto_thread_native_clean(h->server_thread.t); in join_server_thread()
/openssl/ssl/quic/
H A Dquic_thread_assist.c141 ossl_crypto_thread_native_clean(qta->t); in ossl_quic_thread_assist_cleanup()
/openssl/include/internal/
H A Dthread_arch.h125 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *thread);
/openssl/crypto/thread/
H A Darch.c106 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *handle) in ossl_crypto_thread_native_clean() function
H A Dinternal.c99 return ossl_crypto_thread_native_clean(handle); in ossl_crypto_thread_clean()

Completed in 32 milliseconds