Home | History | Annotate | Download | only in lib

Lines Matching refs:LIO_IO_ASYNC

138 	{"p", LIO_IO_ASYNC | LIO_WAIT_SIGACTIVE,
140 {"b", LIO_IO_ASYNC | LIO_WAIT_SIGPAUSE, "async i/o using pause"},
141 {"a", LIO_IO_ASYNC | LIO_WAIT_RECALL,
172 {"async", LIO_IO_ASYNC, "async i/o (reada/writea/aio_read/aio_write)"},
762 else if (method & LIO_IO_ASYNC) {
807 /* LIO_IO_ASYNC */
1337 else if (method & LIO_IO_ASYNC) {
1382 /* LIO_IO_ASYNC */
1972 LIO_IO_ASYNC, 0, "async io, def wait"}, {
1975 LIO_IO_ASYNC | LIO_WAIT_ACTIVE, 0, "async active"}, {
1976 LIO_IO_ASYNC | LIO_WAIT_RECALL, 0, "async recall/suspend"}, {
1977 LIO_IO_ASYNC | LIO_WAIT_SIGPAUSE, SIGUSR1, "async sigpause"}, {
1978 LIO_IO_ASYNC | LIO_WAIT_SIGACTIVE, SIGUSR1, "async sigactive"}, {
1985 LIO_IO_ASYNC, SIGUSR2, "async io, def wait, sigusr2"}, {