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

  /external/ltp/include/old/
tlibio.h 84 #define LIO_WAIT_SIGTYPES (LIO_WAIT_SIGPAUSE|LIO_WAIT_SIGACTIVE|LIO_WAIT_SIGSUSPEND)
90 #define LIO_WAIT_SIGTYPES (LIO_WAIT_SIGPAUSE)
94 #define LIO_WAIT_SIGTYPES (LIO_WAIT_SIGPAUSE|LIO_WAIT_SIGACTIVE)
  /external/ltp/lib/
tlibio.c 658 if (sig && !(method & LIO_USE_SIGNAL) && !(method & LIO_WAIT_SIGTYPES)) {
675 if (sig && (method & LIO_WAIT_SIGTYPES)) {
    [all...]

Completed in 83 milliseconds