Lines Matching refs:ret
31 int ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test() local
32 if (ret) in do_test()
34 printf ("pthread_create failed: %d\n", ret); in do_test()
39 ret = pthread_join (thr, &thr_ret); in do_test()
40 if (ret) in do_test()
42 printf ("pthread_create failed: %d\n", ret); in do_test()
66 ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test()
67 if (ret) in do_test()
69 printf ("pthread_create failed: %d\n", ret); in do_test()
73 ret = pthread_join (thr, &thr_ret); in do_test()
74 if (ret) in do_test()
76 printf ("pthread_create failed: %d\n", ret); in do_test()