Lines Matching refs:round
117 child (int round) in child() argument
124 printf ("cannot create thread %d in round %d\n", thread, round); in child()
184 for (int round = 1; round <= ROUNDS; ++round) in do_test() local
200 printf ("mutex_init %d in round %d failed\n", n + 1, round); in do_test()
208 printf ("fork in round %d failed\n", round); in do_test()
212 child (round); in do_test()
217 printf ("waitpid in round %d failed\n", round); in do_test()
222 printf ("child did not die of a signal in round %d\n", round); in do_test()
228 THESIGNAL, round); in do_test()
237 printf ("mutex_lock %d failed in round %d\n", n + 1, round); in do_test()
245 printf ("mutex_unlock %d failed in round %d\n", n + 1, round); in do_test()
255 n + 1, round, e); in do_test()