Searched refs:EPOLL_ERROR_BADF (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/c_utils/base/src/ | ||
H A D | event_demultiplexer.cpp | 35 static const int EPOLL_ERROR_BADF = 9; member 121 if (errno == EPOLL_ERROR_BADF || errno == EPOLL_ERROR_EINVAL) { in Polling() |
Completed in 1 milliseconds