Searched refs:LIO_IO_ASYNC (Results 1 – 2 of 2) sorted by relevance
/external/ltp/lib/ |
D | tlibio.c | 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) { in lio_write_buffer() 1337 else if (method & LIO_IO_ASYNC) { in lio_read_buffer() 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"}, { [all …]
|
/external/ltp/include/old/ |
D | tlibio.h | 34 #define LIO_IO_ASYNC 00002 /* reada/writea/aio_write/aio_read */ macro 86 #define LIO_IO_ASYNC_TYPES (LIO_IO_ASYNC|LIO_IO_SLISTIO|LIO_IO_ALISTIO)
|