Searched refs:retval (Results 1 – 3 of 3) sorted by relevance
32 void *retval; in libc_ex1() local38 ret += (pret = pthread_join(th_a, &retval)); in libc_ex1()40 ret += (pret = pthread_join(th_b, &retval)); in libc_ex1()
100 void * retval; in libc_ex5() local107 pthread_join(th_a, &retval); in libc_ex5()108 pthread_join(th_b, &retval); in libc_ex5()
110 void * retval; in libc_ex2() local117 pthread_join(th_a, &retval); in libc_ex2()118 pthread_join(th_b, &retval); in libc_ex2()
Completed in 5 milliseconds