Searched defs:maxevents (Results 1 – 5 of 5) sorted by relevance
94 int32_t EpollManager::Wait(struct epoll_event *events, int32_t maxevents) in Wait()99 int32_t EpollManager::WaitTimeout(struct epoll_event *events, int32_t maxevents, int32_t timeout) in WaitTimeout()
38 uint32_t maxevents; member
126 LE_STATUS CreateEpollLoop(EventLoop **loop, uint32_t maxevents, uint32_t timeout) in CreateEpollLoop()
53 static LE_STATUS CreateLoop_(EventLoop **loop, uint32_t maxevents, uint32_t timeout) in CreateLoop_()
62 int32_t StreamSocket::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()