Searched refs:LIO_WAIT_SIGACTIVE (Results 1 – 2 of 2) sorted by relevance
/external/ltp/include/old/ |
D | tlibio.h | 63 #define LIO_WAIT_SIGACTIVE 00200000 /* spin waiting for signal */ macro 84 #define LIO_WAIT_SIGTYPES (LIO_WAIT_SIGPAUSE|LIO_WAIT_SIGACTIVE|LIO_WAIT_SIGSUSPEND) 94 #define LIO_WAIT_SIGTYPES (LIO_WAIT_SIGPAUSE|LIO_WAIT_SIGACTIVE)
|
/external/ltp/lib/ |
D | tlibio.c | 138 {"p", LIO_IO_ASYNC | LIO_WAIT_SIGACTIVE, 180 {"sigactive", LIO_WAIT_SIGACTIVE, "spin waiting for signal"}, 1899 } else if (method & LIO_WAIT_SIGACTIVE) { 1978 LIO_IO_ASYNC | LIO_WAIT_SIGACTIVE, SIGUSR1, "async sigactive"}, { 1981 LIO_IO_ALISTIO | LIO_WAIT_SIGACTIVE, SIGUSR1, "async listio sigactive"},
|