Searched refs:crasher_read_pipe (Results 1 – 1 of 1) sorted by relevance
214 unique_fd crasher_read_pipe; in StartProcess() local215 if (!Pipe(&crasher_read_pipe, &crasher_pipe)) { in StartProcess()225 TEMP_FAILURE_RETRY(read(crasher_read_pipe.get(), &dummy, 1)); in StartProcess()