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

/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h105 exception_thread_ = thread_name;
204 mach_port_t exception_thread_; member in class:google_breakpad::MinidumpGenerator
H A Dminidump_generator.cc77 exception_thread_(0),
95 exception_thread_(0),
232 if (!exception_thread_ && !exception_type_)
1018 if (exception_thread_ && exception_type_) {
1023 if (GetThreadState(exception_thread_, state, &stateCount)) {
1125 exception_ptr->thread_id = exception_thread_;
1136 if (!GetThreadState(exception_thread_, state, &state_count))
1570 if (exception_thread_ && exception_type_) {
1574 info_ptr->requesting_thread_id = exception_thread_;

Completed in 129 milliseconds