Searched refs:stop_status (Results 1 – 2 of 2) sorted by relevance
60 auto stop_status = future.wait_for(std::chrono::seconds(5)); in ShutDown() local61 ASSERT_LOG(stop_status == std::future_status::ready, "Can't stop stack"); in ShutDown()
223 auto stop_status = executing_reactable_finished_->wait_for(timeout); in WaitForUnregisteredReactable() local224 if (stop_status != std::future_status::ready) { in WaitForUnregisteredReactable()227 return stop_status == std::future_status::ready; in WaitForUnregisteredReactable()