Searched refs:ossl_crypto_thread_native_clean (Results 1 – 6 of 6) sorted by relevance
85 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()
500 ossl_crypto_thread_native_clean(threads[i].t); in join_threads()523 ossl_crypto_thread_native_clean(h->server_thread.t); in join_server_thread()
141 ossl_crypto_thread_native_clean(qta->t); in ossl_quic_thread_assist_cleanup()
125 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *thread);
106 int ossl_crypto_thread_native_clean(CRYPTO_THREAD *handle) in ossl_crypto_thread_native_clean() function
99 return ossl_crypto_thread_native_clean(handle); in ossl_crypto_thread_clean()
Completed in 32 milliseconds