Loading system/common/message_loop_thread.cc +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ void MessageLoopThread::ShutDown() { { if (is_main_ && init_flags::gd_rust_is_enabled()) { delete rust_thread_; rust_thread_ = nullptr; thread_id_ = -1; linux_tid_ = -1; return; Loading system/test/mock/mock_common_message_loop_thread.cc +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ void MessageLoopThread::ShutDown() { { if (is_main_ && init_flags::gd_rust_is_enabled()) { delete rust_thread_; rust_thread_ = nullptr; thread_id_ = -1; linux_tid_ = -1; return; Loading Loading
system/common/message_loop_thread.cc +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ void MessageLoopThread::ShutDown() { { if (is_main_ && init_flags::gd_rust_is_enabled()) { delete rust_thread_; rust_thread_ = nullptr; thread_id_ = -1; linux_tid_ = -1; return; Loading
system/test/mock/mock_common_message_loop_thread.cc +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ void MessageLoopThread::ShutDown() { { if (is_main_ && init_flags::gd_rust_is_enabled()) { delete rust_thread_; rust_thread_ = nullptr; thread_id_ = -1; linux_tid_ = -1; return; Loading