Searched refs:ossl_crypto_thread_clean (Results 1 – 4 of 4) sorted by relevance
186 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 1)) in test_thread_internal()190 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 0)) in test_thread_internal()212 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 1)) in test_thread_internal()234 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 1)) in test_thread_internal()
95 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() function120 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() function
22 int ossl_crypto_thread_clean(void *vhandle);
580 if (ossl_crypto_thread_clean(t[l - ctx->threads]) == 0) in fill_mem_blocks_mt()598 if (ossl_crypto_thread_clean(t[ll]) == 0) in fill_mem_blocks_mt()608 if (ossl_crypto_thread_clean(t[l]) == 0) in fill_mem_blocks_mt()
Completed in 11 milliseconds