Searched refs:handler_thread_ (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc168 handler_thread_ = NULL;
220 handler_thread_ = CreateThread(NULL, // lpThreadAttributes
226 assert(handler_thread_ != NULL);
356 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs);
358 TerminateThread(handler_thread_, 1);
361 CloseHandle(handler_thread_);
362 handler_thread_ = NULL;
704 if (handler_thread_ == NULL) {
H A Dexception_handler.h440 HANDLE handler_thread_; member in class:google_breakpad::ExceptionHandler
/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.h153 mach_port_t handler_thread_; member in class:google_breakpad::Inspector
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.h242 pthread_t handler_thread_; member in class:google_breakpad::ExceptionHandler
H A Dexception_handler.cc234 handler_thread_(NULL),
261 handler_thread_(NULL),
754 int thread_create_result = pthread_create(&handler_thread_, &attr,
780 handler_thread_ = NULL;
H A Dminidump_generator.h206 mach_port_t handler_thread_; member in class:google_breakpad::MinidumpGenerator
H A Dminidump_generator.cc79 handler_thread_(mach_thread_self()),
97 handler_thread_(handler_thread),
979 if (handler_thread_ != MACH_PORT_NULL)
998 if (threads_for_task[i] != handler_thread_) {
1573 info_ptr->dump_thread_id = handler_thread_;
1577 info_ptr->dump_thread_id = handler_thread_;

Completed in 351 milliseconds