Home
last modified time | relevance | path

Searched refs:ossl_crypto_thread_join (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dthreadpool_test.c178 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 Dinternal.c73 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 Dthread.h21 int ossl_crypto_thread_join(void *task, CRYPTO_THREAD_RETVAL *retval);
/openssl/providers/implementations/kdfs/
H A Dargon2.c578 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 11 milliseconds