Searched refs:evs (Results 1 – 1 of 1) sorted by relevance
333 struct epoll_event evs[MAX_N_EVENTS]; in OnEpollDispatch() local334 int32_t cnt = epoll_wait(epollFd_, evs, MAX_N_EVENTS, 0); in OnEpollDispatch()340 IEpollEventSource *source = reinterpret_cast<IEpollEventSource *>(evs[index].data.ptr); in OnEpollDispatch()342 if ((evs[index].events & EPOLLIN) == EPOLLIN) { in OnEpollDispatch()343 source->Dispatch(evs[index]); in OnEpollDispatch()344 } else if ((evs[index].events & (EPOLLHUP | EPOLLERR)) != 0) { in OnEpollDispatch()