Searched refs:oneYear (Results 1 – 2 of 2) sorted by relevance
47 static const auto oneYear = std::chrono::hours(HOURS_PER_YEAR); in WaitFor() local49 …(void)condition_.wait_for(lock, (duration > oneYear) ? oneYear : duration, [this] { return this->p… in WaitFor()
48 static const auto oneYear = std::chrono::hours(HOURS_PER_YEAR); in WaitFor() local50 …(void)condition_.wait_for(lock, (duration > oneYear) ? oneYear : duration, [this] { return this->p… in WaitFor()