Home
last modified time | relevance | path

Searched refs:ap (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dtst-cancel17.c99 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()
[all …]
A Dtst-attr3.c33 pthread_attr_t a, *ap, a2; in tf() local
39 ap = &a2; in tf()
40 err = pthread_attr_init (ap); in tf()
48 ap = (pthread_attr_t *) arg; in tf()
66 err = pthread_attr_getdetachstate (ap, &detachstate2); in tf()
107 err = pthread_attr_getguardsize (ap, &guardsize2); in tf()
132 err = pthread_attr_getscope (ap, &scope2); in tf()
155 err = pthread_attr_getinheritsched (ap, &inheritsched2); in tf()
193 if (ap == &a2) in tf()
195 err = pthread_attr_destroy (ap); in tf()

Completed in 4 milliseconds