Lines Matching refs:printf
38 printf("could not create port, status = %d\n", st); in single_thread_basic()
45 printf("expected not to find port, status = %d\n", st); in single_thread_basic()
51 printf("could not open port, status = %d\n", st); in single_thread_basic()
63 printf("could not write port, status = %d\n", st); in single_thread_basic()
67 printf("reading from port:\n"); in single_thread_basic()
73 printf("could not read port, status = %d\n", st); in single_thread_basic()
77 printf("bad context! = %p\n", res.ctx); in single_thread_basic()
83 printf("expected timeout, status = %d\n", st); in single_thread_basic()
89 printf("could not write port, status = %d\n", st); in single_thread_basic()
95 printf("could not write port, status = %d\n", st); in single_thread_basic()
101 printf("could not write port, status = %d\n", st); in single_thread_basic()
115 printf("invalid read count = %d\n", expected_count); in single_thread_basic()
119 printf("\n"); in single_thread_basic()
135 printf("invalid write count = %d\n", expected_count); in single_thread_basic()
141 printf("expected buffer error, status =%d\n", st); in single_thread_basic()
149 printf("could not read port, status = %d\n", st); in single_thread_basic()
157 printf("could not write port, status = %d\n", st); in single_thread_basic()
171 printf("invalid read count = %d\n", expected_count); in single_thread_basic()
178 printf("expected bad handle error, status = %d\n", st); in single_thread_basic()
184 printf("expected bad handle error, status = %d\n", st); in single_thread_basic()
190 printf("could not close read port, status = %d\n", st); in single_thread_basic()
196 printf("could not close write port, status = %d\n", st); in single_thread_basic()
202 printf("expected bad handle error, status = %d\n", st); in single_thread_basic()
208 printf("expected bad handle error, status = %d\n", st); in single_thread_basic()
214 printf("could not destroy port, status = %d\n", st); in single_thread_basic()
218 printf("single_thread_basic : ok\n"); in single_thread_basic()
226 printf("thread: could not open port, status = %d\n", st); in ping_pong_thread()
237 printf("thread: could not open port, status = %d\n", st); in ping_pong_thread()
251 printf("thread: could not read port, status = %d\n", st); in ping_pong_thread()
260 printf("thread: could not write port, status = %d\n", st); in ping_pong_thread()
283 printf("could not create port, status = %d\n", st); in two_threads_basic()
303 printf("could not open port, status = %d\n", st); in two_threads_basic()
311 printf("two_threads_basic test, %d passes\n", passes); in two_threads_basic()
322 printf("could not write port, status = %d\n", st); in two_threads_basic()
333 printf("could not read port, status = %d\n", st); in two_threads_basic()
339 printf("unexpected data in packet, loop %d", ix); in two_threads_basic()
350 printf("unexpected packet, status = %d\n", st); in two_threads_basic()
354 printf("two_threads_basic master shutdown\n"); in two_threads_basic()
358 printf("could not close port, status = %d\n", st); in two_threads_basic()
364 printf("could not close port, status = %d\n", st); in two_threads_basic()
370 printf("could not destroy port, status = %d\n", st); in two_threads_basic()
386 printf("child thread exited with %d\n", retcode); in two_threads_basic()
413 printf("could not open port, status = %d\n", st); in group_watcher_thread()
424 printf("could not make group, status = %d\n", st); in group_watcher_thread()
432 printf("could not read port, status = %d\n", st); in group_watcher_thread()
443 printf("unknown context %p\n", pr.ctx); in group_watcher_thread()
460 printf("unknown command %d\n", wc->what); in group_watcher_thread()
466 printf("unexpected context count %d", ctx_count); in group_watcher_thread()
470 printf("group watcher shutdown\n"); in group_watcher_thread()
475 printf("failed to close read port, status = %d\n", st); in group_watcher_thread()
496 printf("could not create port, status = %d\n", st); in group_basic()
540 printf("child thread exited with %d\n", retcode); in group_basic()
720 printf("all tests passed\n"); in port_tests()
723 printf("test failed at line %d\n", result); in port_tests()