Lines Matching refs:timeout
108 int timeout = 0;
110 timeout = -1;
112 timeout = 0;
114 timeout = (int)(minTimePeriod - GetCurrentTimespec(0));
116 if (timeout < 0 || timeout > 1000) { //1000ms
117 LE_LOGW("timeout:%d", timeout);
120 int number = epoll_wait(epoll->epollFd, epoll->waitEvents, loop->maxevents, timeout);
145 LE_STATUS CreateEpollLoop(EventLoop **loop, uint32_t maxevents, uint32_t timeout)
156 epoll->loop.timeout = timeout;