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

  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 60 const DWORD requesting_thread_id,
minidump_generator.cc 256 const DWORD requesting_thread_id,
267 requesting_thread_id_(requesting_thread_id),
342 breakpad_info.requesting_thread_id = requesting_thread_id_;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 350 // current process. requesting_thread_id is the ID of the thread
354 bool WriteMinidumpWithException(DWORD requesting_thread_id,
366 // called on the handler thread. requesting_thread_id is the ID of
371 // requesting_thread_id is meaningful and should be added to the
373 bool WriteMinidumpWithExceptionForProcess(DWORD requesting_thread_id,
exception_handler.cc     [all...]
  /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...]
minidump.cc     [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 894 uint32_t requesting_thread_id; member in struct:__anon19661
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 659 info.get()->requesting_thread_id = writer_args->requester_pid;

Completed in 95 milliseconds