Searched refs:requesting_thread_id (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
H A Dminidump_generator.h60 const DWORD requesting_thread_id,
H A Dminidump_generator.cc256 const DWORD requesting_thread_id,
267 requesting_thread_id_(requesting_thread_id),
342 breakpad_info.requesting_thread_id = requesting_thread_id_;
251 MinidumpGenerator( const std::wstring& dump_path, const HANDLE process_handle, const DWORD process_id, const DWORD thread_id, const DWORD requesting_thread_id, EXCEPTION_POINTERS* exception_pointers, MDRawAssertionInfo* assert_info, const MINIDUMP_TYPE dump_type, const bool is_client_pointers) argument
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc830 DWORD requesting_thread_id,
847 success = WriteMinidumpWithExceptionForProcess(requesting_thread_id,
906 DWORD requesting_thread_id,
922 except_info.ThreadId = requesting_thread_id;
945 breakpad_info.requesting_thread_id = requesting_thread_id;
829 WriteMinidumpWithException( DWORD requesting_thread_id, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) argument
905 WriteMinidumpWithExceptionForProcess( DWORD requesting_thread_id, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, HANDLE process, bool write_requester_stream) argument
H A Dexception_handler.h350 // 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,
/external/google-breakpad/src/processor/
H A Dminidump_processor.cc99 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 " <<
H A Dminidump.cc3633 Swap(&breakpad_info_.requesting_thread_id);
3680 *thread_id = breakpad_info_.requesting_thread_id;
3697 printf(" requesting_thread_id = ");
3701 breakpad_info_.requesting_thread_id);
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h884 * with dump_thread_id, requesting_thread_id should correspond to the
886 * minidumps produced as a result of an exception, requesting_thread_id
889 * requesting_thread_id will indicate which thread caused the dump to be
894 uint32_t requesting_thread_id; member in struct:__anon6199
902 /* When set, the requesting_thread_id field is valid. */
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1574 info_ptr->requesting_thread_id = exception_thread_;
1578 info_ptr->requesting_thread_id = 0;
/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc659 info.get()->requesting_thread_id = writer_args->requester_pid;

Completed in 140 milliseconds