Lines Matching refs:timeout
50 "next = %{public}ds + %{public}dus", (int32_t)eventIt->timeout.tv_sec, (int32_t)eventIt->timeout.tv_usec);
51 if (timercmp(&eventIt->timeout, &now, >)) {
52 timersub(&eventIt->timeout, &now, &tv);
68 while ((eventIt != timerList_.end()) && (timercmp(&now, &eventIt->timeout, >))) {
74 evMsg.timeout = eventIt->timeout;
91 eventMsg->timeout = eventIt->timeout;
162 timeradd(&now, &tv, &eventMsg.timeout);
166 if (timercmp(&it->timeout, &eventMsg.timeout, >)) {
224 struct timeval timeout;
230 if (!GetNextTimeOut(timeout)) {
236 "Setting timeout for %{public}ds + %{public}dus", (int32_t)timeout.tv_sec, (int32_t)timeout.tv_usec);
237 pTimeOut = &timeout;