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