HomeSort by relevance Sort by last modified time
    Searched refs:handler_thread (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc 111 mach_port_t handler_thread = message.GetTranslatedPort(2); local
122 MinidumpGenerator generator(remote_task, handler_thread);
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 86 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
minidump_generator.cc 90 mach_port_t handler_thread)
97 handler_thread_(handler_thread),
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 758 pthread_t handler_thread; local
778 pthread_create(&handler_thread, NULL, Write, (void *)&argument);
779 pthread_join(handler_thread, NULL);

Completed in 181 milliseconds