Searched defs:timeOut (Results 1 – 3 of 3) sorted by relevance
29 EpollEventPoller::EpollEventPoller(int timeOut) : timeOut_(timeOut), epollFd_(INVALID_FD), eventFd_… in EpollEventPoller()
453 bool Client::WaitCommandReply(std::chrono::milliseconds timeOut) in WaitCommandReply()
731 void PerfEvents::SetTimeOut(float timeOut) in SetTimeOut()