Loading system/gd/hci/acl_manager/le_acl_connection_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ class LeAclConnectionTest : public ::testing::Test { void sync_handler() { ASSERT(thread_ != nullptr); ASSERT_TRUE(thread_->GetReactor()->WaitForIdle(2s)); ASSERT(thread_->GetReactor()->WaitForIdle(2s)); } AddressWithType address_1 = Loading system/gd/os/linux_generic/reactor.cc +1 −0 Original line number Diff line number Diff line Loading @@ -142,6 +142,7 @@ void Reactor::Run() { if (waiting_for_idle && count == 0) { timeout_ms = -1; waiting_for_idle = false; std::scoped_lock<std::mutex> lock(mutex_); idle_promise_->set_value(); idle_promise_ = nullptr; } Loading Loading
system/gd/hci/acl_manager/le_acl_connection_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ class LeAclConnectionTest : public ::testing::Test { void sync_handler() { ASSERT(thread_ != nullptr); ASSERT_TRUE(thread_->GetReactor()->WaitForIdle(2s)); ASSERT(thread_->GetReactor()->WaitForIdle(2s)); } AddressWithType address_1 = Loading
system/gd/os/linux_generic/reactor.cc +1 −0 Original line number Diff line number Diff line Loading @@ -142,6 +142,7 @@ void Reactor::Run() { if (waiting_for_idle && count == 0) { timeout_ms = -1; waiting_for_idle = false; std::scoped_lock<std::mutex> lock(mutex_); idle_promise_->set_value(); idle_promise_ = nullptr; } Loading