Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp536 std::set<int> thread_ids; in tombstone_proto_to_text() local
539 thread_ids.insert(tid); in tombstone_proto_to_text()
543 for (const auto& tid : thread_ids) { in tombstone_proto_to_text()