Searched refs:ossl_crypto_thread_join (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | threadpool_test.c | 178 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[0]), 1)) in test_thread_internal() 180 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[0]), 1)) in test_thread_internal() 206 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[i]), 1)) in test_thread_internal() 228 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[i]), 1)) in test_thread_internal()
|
/openssl/crypto/thread/ |
H A D | internal.c | 73 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() function 115 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() function
|
/openssl/include/internal/ |
H A D | thread.h | 21 int ossl_crypto_thread_join(void *task, CRYPTO_THREAD_RETVAL *retval);
|
/openssl/providers/implementations/kdfs/ |
H A D | argon2.c | 578 if (ossl_crypto_thread_join(t[l - ctx->threads], NULL) == 0) in fill_mem_blocks_mt() 596 if (ossl_crypto_thread_join(t[ll], NULL) == 0) in fill_mem_blocks_mt() 606 if (ossl_crypto_thread_join(t[l], NULL) == 0) in fill_mem_blocks_mt()
|
Completed in 13 milliseconds