Home
last modified time | relevance | path

Searched refs:stop_status (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/
Dstack_manager.cc79 auto stop_status = future.wait_for(std::chrono::seconds(5)); in ShutDown() local
85 stop_status == std::future_status::ready, in ShutDown()
/system/bt/gd/os/linux_generic/
Dreactor.cc224 auto stop_status = executing_reactable_finished_->wait_for(timeout); in WaitForUnregisteredReactable() local
225 if (stop_status != std::future_status::ready) { in WaitForUnregisteredReactable()
228 return stop_status == std::future_status::ready; in WaitForUnregisteredReactable()