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

  /external/ltp/include/old/
tlibio.h 33 #define LIO_IO_SYNC 00001 /* read/write */
  /external/ltp/lib/
tlibio.c 137 {"s", LIO_IO_SYNC, "sync i/o"},
171 {"sync", LIO_IO_SYNC, "sync i/o (read/write)"},
625 method |= LIO_IO_SYNC;
716 if ((method & LIO_IO_SYNC)
719 * write(2) is used if LIO_IO_SYNC bit is set or not none
    [all...]

Completed in 65 milliseconds