Lines Matching refs:ap
99 struct aiocb a, a2, *ap; in do_test() local
216 ap = &a; in do_test()
221 ap = &a2; in do_test()
237 memset (ap, '\0', sizeof (*ap)); in do_test()
238 ap->aio_fildes = fds[1]; in do_test()
239 ap->aio_buf = mem2; in do_test()
240 ap->aio_nbytes = len2; in do_test()
241 if (aio_write (ap) != 0) in do_test()
247 if (pthread_create (&th, NULL, tf, ap) != 0) in do_test()
291 if (pthread_create (&th, NULL, tf2, ap) != 0) in do_test()
335 if (ap == &a2) in do_test()