Searched refs:pollTimeOut_ (Results 1 – 2 of 2) sorted by relevance
592 const int pollTimeOut_ = 500; // ms variable
1165 … if (poll(static_cast<struct pollfd*>(pollFds_.data()), pollFds_.size(), pollTimeOut_) <= 0) { in IsRecordInMmap()