Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h352 IDToThreadMap id_to_thread_map_; variable
/external/google-breakpad/src/processor/
Dminidump.cc1541 id_to_thread_map_(), in MinidumpThreadList()
1554 id_to_thread_map_.clear(); in Read()
1637 id_to_thread_map_[thread_id] = thread; in Read()
1670 return id_to_thread_map_[thread_id]; in GetThreadByID()