HomeSort by relevance Sort by last modified time
    Searched defs:requesting_thread_id (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
minidump_processor.cc 99 uint32_t requesting_thread_id = 0; local
106 breakpad_info->GetRequestingThreadID(&requesting_thread_id);
112 has_requesting_thread = exception->GetThreadID(&requesting_thread_id);
192 if (has_requesting_thread && thread_id == requesting_thread_id) {
280 HexString(requesting_thread_id) << ", not found in " <<
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 894 uint32_t requesting_thread_id; member in struct:__anon19463
    [all...]

Completed in 44 milliseconds