Searched defs:dump_thread_id (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump_processor.cc97 uint32_t dump_thread_id = 0; local
104 has_dump_thread = breakpad_info->GetDumpThreadID(&dump_thread_id);
186 if (has_dump_thread && thread_id == dump_thread_id) {
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h875 /* Thread ID of the handler thread. dump_thread_id should correspond to
881 uint32_t dump_thread_id; member in struct:__anon6199
884 * with dump_thread_id, requesting_thread_id should correspond to the
899 /* When set, the dump_thread_id field is valid. */

Completed in 96 milliseconds