Searched refs:pollResult (Results 1 – 2 of 2) sorted by relevance
1012 ssize_t pollResult = poll(&pfd, 1, 1000); in doThreadLoop() local1014 if (pollResult == 0) { in doThreadLoop()1016 } else if (pollResult < 0) { in doThreadLoop()
992 int pollResult = epoll_wait(mEpollFd, mPendingEventItems, EPOLL_MAX_EVENTS, timeoutMillis); in getEvents() local997 if (pollResult == 0) { in getEvents()1003 if (pollResult < 0) { in getEvents()1015 mPendingEventCount = size_t(pollResult); in getEvents()