Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 3 of 3) sorted by relevance

/examples/libc/
A Dex1.c32 void *retval; in libc_ex1() local
38 ret += (pret = pthread_join(th_a, &retval)); in libc_ex1()
40 ret += (pret = pthread_join(th_b, &retval)); in libc_ex1()
A Dex5.c100 void * retval; in libc_ex5() local
107 pthread_join(th_a, &retval); in libc_ex5()
108 pthread_join(th_b, &retval); in libc_ex5()
A Dex2.c110 void * retval; in libc_ex2() local
117 pthread_join(th_a, &retval); in libc_ex2()
118 pthread_join(th_b, &retval); in libc_ex2()

Completed in 5 milliseconds