Searched refs:pollResult (Results 1 – 2 of 2) sorted by relevance
370 int pollResult = poll(pollFds, NELEM(pollFds), -1); in threadLoop() local371 if (pollResult == -1) { in threadLoop()
853 int pollResult = epoll_wait(mEpollFd, mPendingEventItems, EPOLL_MAX_EVENTS, timeoutMillis); in getEvents() local858 if (pollResult == 0) { in getEvents()864 if (pollResult < 0) { in getEvents()876 mPendingEventCount = size_t(pollResult); in getEvents()