Lines Matching refs:printf
33 printf ("%s: cannot generate temp file name: %m\n", __func__); in do_test()
56 printf ("create for '%s' test failed\n", tests[cnt].name); in do_test()
64 printf ("%s: barrier_wait failed\n", __func__); in do_test()
75 printf ("cancel for '%s' failed\n", tests[cnt].name); in do_test()
83 printf ("join for '%s' failed\n", tests[cnt].name); in do_test()
89 printf ("thread for '%s' not canceled\n", tests[cnt].name); in do_test()
103 printf ("cleanup handler not called for '%s'\n", tests[cnt].name); in do_test()
109 printf ("cleanup handler called more than once for '%s'\n", in do_test()
115 printf ("in-time cancel test of '%s' successful\n", tests[cnt].name); in do_test()
154 printf ("create for '%s' test failed\n", tests[cnt].name); in do_test()
162 printf ("%s: barrier_wait failed\n", __func__); in do_test()
169 printf ("cancel for '%s' failed\n", tests[cnt].name); in do_test()
177 printf ("%s: barrier_wait failed\n", __func__); in do_test()
185 printf ("join for '%s' failed\n", tests[cnt].name); in do_test()
191 printf ("thread for '%s' not canceled\n", tests[cnt].name); in do_test()
205 printf ("cleanup handler not called for '%s'\n", tests[cnt].name); in do_test()
211 printf ("cleanup handler called more than once for '%s'\n", in do_test()
217 printf ("early cancel test of '%s' successful\n", tests[cnt].name); in do_test()