Lines Matching refs:printf
36 printf ("%s: 1st mutex_lock failed\n", __func__); in tf()
41 printf ("%s: 2nd mutex_lock failed\n", __func__); in tf()
46 printf ("%s: 3rd mutex_lock failed\n", __func__); in tf()
52 printf ("%s: mutex_unlock failed\n", __func__); in tf()
65 printf ("%s: cond_wait failed\n", __func__); in tf()
71 printf ("%s: 1st mutex_unlock failed\n", __func__); in tf()
76 printf ("%s: 2nd mutex_unlock failed\n", __func__); in tf()
81 printf ("%s: 3rd mutex_unlock failed\n", __func__); in tf()
106 printf ("parent: cannot 1st create thread: %s\n", strerror (err)); in do_test()
129 printf ("parent: failed to join: %s\n", strerror (err)); in do_test()
139 printf ("parent: cannot 2nd create thread: %s\n", strerror (err)); in do_test()
146 printf ("parent: failed to join: %s\n", strerror (err)); in do_test()