Home
last modified time | relevance | path

Searched refs:handler_thread_ (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc168 handler_thread_ = NULL; in Initialize()
220 handler_thread_ = CreateThread(NULL, // lpThreadAttributes in Initialize()
226 assert(handler_thread_ != NULL); in Initialize()
356 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs); in ~ExceptionHandler()
358 TerminateThread(handler_thread_, 1); in ~ExceptionHandler()
361 CloseHandle(handler_thread_); in ~ExceptionHandler()
362 handler_thread_ = NULL; in ~ExceptionHandler()
704 if (handler_thread_ == NULL) { in WriteMinidumpOnHandlerThread()
Dexception_handler.h440 HANDLE handler_thread_; variable
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc234 handler_thread_(NULL), in ExceptionHandler()
261 handler_thread_(NULL), in ExceptionHandler()
754 int thread_create_result = pthread_create(&handler_thread_, &attr, in Setup()
780 handler_thread_ = NULL; in Teardown()
Dminidump_generator.cc79 handler_thread_(mach_thread_self()), in MinidumpGenerator()
97 handler_thread_(handler_thread), in MinidumpGenerator()
979 if (handler_thread_ != MACH_PORT_NULL) in WriteThreadListStream()
998 if (threads_for_task[i] != handler_thread_) { in WriteThreadListStream()
1573 info_ptr->dump_thread_id = handler_thread_; in WriteBreakpadInfoStream()
1577 info_ptr->dump_thread_id = handler_thread_; in WriteBreakpadInfoStream()
Dexception_handler.h242 pthread_t handler_thread_; variable
Dminidump_generator.h206 mach_port_t handler_thread_; variable
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h153 mach_port_t handler_thread_; variable
DInspector.mm212 handler_thread_ = message.GetTranslatedPort(2);
221 printf("handler_thread = %d\n", handler_thread_);
323 MinidumpGenerator generator(remote_task_, handler_thread_);