Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h105 exception_thread_ = thread_name; in SetExceptionInformation()
204 mach_port_t exception_thread_; variable
Dminidump_generator.cc77 exception_thread_(0), in MinidumpGenerator()
95 exception_thread_(0), in MinidumpGenerator()
232 if (!exception_thread_ && !exception_type_) in Write()
1018 if (exception_thread_ && exception_type_) { in WriteMemoryListStream()
1023 if (GetThreadState(exception_thread_, state, &stateCount)) { in WriteMemoryListStream()
1125 exception_ptr->thread_id = exception_thread_; in WriteExceptionStream()
1136 if (!GetThreadState(exception_thread_, state, &state_count)) in WriteExceptionStream()
1570 if (exception_thread_ && exception_type_) { in WriteBreakpadInfoStream()
1574 info_ptr->requesting_thread_id = exception_thread_; in WriteBreakpadInfoStream()