Searched refs:SEC_TO_MILLI_SEC (Results 1 – 3 of 3) sorted by relevance
71 const int SEC_TO_MILLI_SEC = 1000; variable
211 …condition_.wait_for(lock, std::chrono::seconds(time / SEC_TO_MILLI_SEC), [&]() {return count_ == 0… in Wait()
228 data.WriteInt64(workRecord.GetTimeInterval(0) * SEC_TO_MILLI_SEC); in RequestRecord()