Home
last modified time | relevance | path

Searched refs:INTERRUPTED_SYS_CALL (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Devent_demultiplexer.cpp34 static const int INTERRUPTED_SYS_CALL = 4; variable
115 if (errno != INTERRUPTED_SYS_CALL) { in Polling()