Searched refs:DELAY_INTERVAL_SECONDS (Results 1 – 1 of 1) sorted by relevance
34 constexpr int32_t DELAY_INTERVAL_SECONDS = 60; variable220 std::this_thread::sleep_for(std::chrono::seconds(DELAY_INTERVAL_SECONDS)); in DelayStopThreadPool()