Home
last modified time | relevance | path

Searched refs:handler_thread (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc111 mach_port_t handler_thread = message.GetTranslatedPort(2); in WaitForOneMessage() local
122 MinidumpGenerator generator(remote_task, handler_thread); in WaitForOneMessage()
DInspector.mm221 printf("handler_thread = %d\n", handler_thread_);
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h86 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
Dminidump_generator.cc90 mach_port_t handler_thread) in MinidumpGenerator() argument
97 handler_thread_(handler_thread), in MinidumpGenerator()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc758 pthread_t handler_thread; in WriteMinidumpToFile() local
778 pthread_create(&handler_thread, NULL, Write, (void *)&argument); in WriteMinidumpToFile()
779 pthread_join(handler_thread, NULL); in WriteMinidumpToFile()