Searched refs:WaitForUnregisteredReactable (Results 1 – 7 of 7) sorted by relevance
199 reactor->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in UnregisterEnqueue()230 reactor->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in UnregisterDequeue()
68 bool WaitForUnregisteredReactable(std::chrono::milliseconds timeout);
74 thread_->GetReactor()->WaitForUnregisteredReactable(timeout), in WaitUntilStopped()
258 ASSERT_FALSE(reactor_->WaitForUnregisteredReactable(std::chrono::milliseconds(1))); in TEST_F()279 ASSERT_TRUE(reactor_->WaitForUnregisteredReactable(std::chrono::milliseconds(1))); in TEST_F()
266 bool Reactor::WaitForUnregisteredReactable(std::chrono::milliseconds timeout) { in WaitForUnregisteredReactable() function in bluetooth::os::Reactor
188 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop()
326 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop()