Searched defs:cancelall (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c697 int cancelall = 0; local
720 cancelall = 1;
724 if (cancelall || reqp->req_args.fd == fd) {
743 if (cancelall) {

Completed in 46 milliseconds