Searched refs:handler_thread (Results 1 – 5 of 5) sorted by relevance
111 mach_port_t handler_thread = message.GetTranslatedPort(2); in WaitForOneMessage() local122 MinidumpGenerator generator(remote_task, handler_thread); in WaitForOneMessage()
221 printf("handler_thread = %d\n", handler_thread_);
86 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
90 mach_port_t handler_thread) in MinidumpGenerator() argument97 handler_thread_(handler_thread), in MinidumpGenerator()
758 pthread_t handler_thread; in WriteMinidumpToFile() local778 pthread_create(&handler_thread, NULL, Write, (void *)&argument); in WriteMinidumpToFile()779 pthread_join(handler_thread, NULL); in WriteMinidumpToFile()