ossl_crypto_thread_native_join
if (ossl_crypto_thread_native_join(handle, retval) == 0)
int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread,
if (!ossl_crypto_thread_native_join(qta->t, &rv)) {
ossl_crypto_thread_native_join(threads[i].t, &rv);
ossl_crypto_thread_native_join(h->server_thread.t, &rv);
ossl_crypto_thread_native_join(rt->t, &rv);
ossl_crypto_thread_native_join((CRYPTO_THREAD *)data, NULL);
ossl_crypto_thread_native_join((CRYPTO_THREAD *)data, NULL);
if (!TEST_int_eq(ossl_crypto_thread_native_join(t2, NULL), 1))
if (!TEST_int_eq(ossl_crypto_thread_native_join(t1, NULL), 1))
if (!TEST_int_eq(ossl_crypto_thread_native_join(t, &retval), 1))
if (!TEST_int_eq(ossl_crypto_thread_native_join(t, &retval), 1))