Home
last modified time | relevance | path

Searched refs:LIO_USE_SIGNAL (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/include/old/
H A Dtlibio.h112 #define LIO_USE_SIGNAL 020000000 macro
/third_party/ltp/lib/
H A Dtlibio.c657 * If the LIO_USE_SIGNAL bit is not set, only use the signal in lio_write_buffer()
662 if (sig && !(method & LIO_USE_SIGNAL) && !(method & LIO_WAIT_SIGTYPES)) { in lio_write_buffer()
1233 * If the LIO_USE_SIGNAL bit is not set, only use the signal in lio_read_buffer()
1238 if (sig && !(method & LIO_USE_SIGNAL) && !(method & LIO_WAIT_SIGTYPES)) { in lio_read_buffer()

Completed in 3 milliseconds