Searched refs:stop_status (Results 1 – 2 of 2) sorted by relevance
79 auto stop_status = future.wait_for(std::chrono::seconds(5)); in ShutDown() local85 stop_status == std::future_status::ready, in ShutDown()
224 auto stop_status = executing_reactable_finished_->wait_for(timeout); in WaitForUnregisteredReactable() local225 if (stop_status != std::future_status::ready) { in WaitForUnregisteredReactable()228 return stop_status == std::future_status::ready; in WaitForUnregisteredReactable()