Searched refs:handler_thread_ (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 170 handler_thread_ = NULL; in Initialize() 223 handler_thread_ = CreateThread(NULL, // lpThreadAttributes in Initialize() 229 assert(handler_thread_ != NULL); in Initialize() 360 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs); in ~ExceptionHandler() 362 TerminateThread(handler_thread_, 1); in ~ExceptionHandler() 365 CloseHandle(handler_thread_); in ~ExceptionHandler() 366 handler_thread_ = NULL; in ~ExceptionHandler() 710 if (handler_thread_ == NULL) { in WriteMinidumpOnHandlerThread()
|
D | exception_handler.h | 441 HANDLE handler_thread_; variable
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 237 handler_thread_(NULL), in ExceptionHandler() 264 handler_thread_(NULL), in ExceptionHandler() 762 int thread_create_result = pthread_create(&handler_thread_, &attr, in Setup() 788 handler_thread_ = NULL; in Teardown()
|
D | exception_handler.h | 241 pthread_t handler_thread_; variable
|
D | minidump_generator.cc | 84 handler_thread_(mach_thread_self()), in MinidumpGenerator() 102 handler_thread_(handler_thread), in MinidumpGenerator() 1004 if (handler_thread_ != MACH_PORT_NULL) in WriteThreadListStream() 1023 if (threads_for_task[i] != handler_thread_) { in WriteThreadListStream() 1598 info_ptr->dump_thread_id = handler_thread_; in WriteBreakpadInfoStream() 1602 info_ptr->dump_thread_id = handler_thread_; in WriteBreakpadInfoStream()
|
D | minidump_generator.h | 222 mach_port_t handler_thread_; variable
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.h | 152 mach_port_t handler_thread_; variable
|
D | Inspector.mm | 211 handler_thread_ = message.GetTranslatedPort(2); 220 printf("handler_thread = %d\n", handler_thread_); 322 MinidumpGenerator generator(remote_task_, handler_thread_);
|