Searched refs:thread_retval (Results 1 – 2 of 2) sorted by relevance
65 void *thread_retval; in ossl_crypto_thread_native_perform_join() local72 if (pthread_join(*handle, &thread_retval) != 0) in ossl_crypto_thread_native_perform_join()79 if (thread_retval != NULL) in ossl_crypto_thread_native_perform_join()
58 DWORD thread_retval; in ossl_crypto_thread_native_perform_join() local68 if (GetExitCodeThread(*handle, &thread_retval) == 0) in ossl_crypto_thread_native_perform_join()77 if (thread_retval != 0) in ossl_crypto_thread_native_perform_join()
Completed in 11 milliseconds