Searched refs:thread_retval (Results 1 – 1 of 1) sorted by relevance
182 void *thread_retval; in checkout_threads() local187 err = pthread_join(finfo[i].thread, &thread_retval); in checkout_threads()191 if (thread_retval != &finfo[i]) { in checkout_threads()193 i, thread_retval); in checkout_threads()
Completed in 4 milliseconds