Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-getpid3.c38 void *thr_ret; in do_test() local
39 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()
A Dtst-cond-except.c84 void *thr_ret = 0; in do_test() local
85 ret = pthread_create (&thread, 0, thr, &thr_ret); in do_test()
99 if (thr_ret != NULL) in do_test()
A Dtst-cond25.c197 void *thr_ret; in do_test_wait() local
244 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