Searched refs:thr_ret (Results 1 – 3 of 3) sorted by relevance
38 void *thr_ret; in do_test() local39 ret = pthread_join (thr, &thr_ret); in do_test()45 else if (thr_ret) in do_test()73 ret = pthread_join (thr, &thr_ret); in do_test()79 else if (thr_ret) in do_test()
84 void *thr_ret = 0; in do_test() local85 ret = pthread_create (&thread, 0, thr, &thr_ret); in do_test()99 if (thr_ret != NULL) in do_test()
197 void *thr_ret; in do_test_wait() local244 if ((ret = pthread_join (w[j], &thr_ret)) != 0) in do_test_wait()250 if (thr_ret != NULL && thr_ret != PTHREAD_CANCELED) in do_test_wait()260 if ((ret = pthread_join (s, &thr_ret)) != 0) in do_test_wait()266 if (thr_ret != NULL && thr_ret != PTHREAD_CANCELED) in do_test_wait()
Completed in 4 milliseconds