HomeSort by relevance Sort by last modified time
    Searched refs:LIO_IO_ASYNC (Results 1 - 2 of 2) sorted by null

  /external/ltp/include/old/
tlibio.h 34 #define LIO_IO_ASYNC 00002 /* reada/writea/aio_write/aio_read */
86 #define LIO_IO_ASYNC_TYPES (LIO_IO_ASYNC|LIO_IO_SLISTIO|LIO_IO_ALISTIO)
  /external/ltp/lib/
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) {
807 /* LIO_IO_ASYNC */
    [all...]

Completed in 272 milliseconds