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

  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 125 int control_pipe_in_; member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc 102 control_pipe_in_ = control_pipe[0];
164 pollfds[1].fd = control_pipe_in_;
292 if (read(control_pipe_in_, &command, 1))

Completed in 2133 milliseconds