Searched refs:timeLenMs (Results 1 – 1 of 1) sorted by relevance
92 bool PopUntilTimeout(uint32_t timeLenMs, T &element) in PopUntilTimeout() argument98 if (!(notEmptyCv_.wait_for(lock, std::chrono::milliseconds(timeLenMs), in PopUntilTimeout()