Lines Matching refs:printf
47 printf ("Started thread_fun_timed[%d]\n", *ret); in thread_fun_timed()
54 printf ("pthread_mutex_lock: %s(%d)\n", strerror (rv), rv); in thread_fun_timed()
69 printf ("pthread_cond_wait: %s(%d)\n", strerror (rv), rv); in thread_fun_timed()
80 printf ("pthread_mutex_unlock: %s(%d)\n", strerror (rv), rv); in thread_fun_timed()
98 printf ("Started thread_fun[%d]\n", *ret); in thread_fun()
105 printf ("pthread_mutex_lock: %s(%d)\n", strerror (rv), rv); in thread_fun()
116 printf ("pthread_cond_wait: %s(%d)\n", strerror (rv), rv); in thread_fun()
127 printf ("pthread_mutex_unlock: %s(%d)\n", strerror (rv), rv); in thread_fun()
152 printf ("pthread_mutexattr_init: %s(%d)\n", strerror (rv), rv); in do_test_wait()
159 printf ("pthread_mutexattr_setprotocol: %s(%d)\n", strerror (rv), rv); in do_test_wait()
166 printf ("pthread_mutex_init: %s(%d)\n", strerror (rv), rv); in do_test_wait()
173 printf ("pthread_cond_init: %s(%d)\n", strerror (rv), rv); in do_test_wait()
183 printf ("pthread_create: %s(%d)\n", strerror (rv), rv); in do_test_wait()
193 printf ("pthread_mutex_lock: %s(%d)\n", strerror (rv), rv); in do_test_wait()
198 printf ("counter: %d\n", counter); in do_test_wait()
204 printf ("pthread_cond_signal: %s(%d)\n", strerror (rv), rv); in do_test_wait()
211 printf ("pthread_mutex_unlock: %s(%d)\n", strerror (rv), rv); in do_test_wait()
222 printf ("pthread_join: %s(%d)\n", strerror (rv), rv); in do_test_wait()
227 printf ("Thread %d returned with an error\n", i); in do_test_wait()