Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp437 auto main_thread_it = threads.find(tombstone.tid()); in tombstone_proto_to_text() local
438 if (main_thread_it == threads.end()) { in tombstone_proto_to_text()
443 const auto& main_thread = main_thread_it->second; in tombstone_proto_to_text()