Searched refs:handler_thread_ (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 168 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()
|
D | exception_handler.h | 440 HANDLE handler_thread_; variable
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 234 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()
|
D | exception_handler.h | 242 pthread_t handler_thread_; variable
|
D | minidump_generator.cc | 79 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()
|
D | minidump_generator.h | 206 mach_port_t handler_thread_; variable
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.h | 153 mach_port_t handler_thread_; variable
|
D | Inspector.mm | 212 handler_thread_ = message.GetTranslatedPort(2); 221 printf("handler_thread = %d\n", handler_thread_); 323 MinidumpGenerator generator(remote_task_, handler_thread_);
|