Searched refs:stdErr (Results 1 – 2 of 2) sorted by relevance
147 BCommandPipe::Pipe(int* stdOut, int* stdErr) const in Pipe()152 pipe(stdErr); in Pipe()158 dup2(stdErr[1], STDERR_FILENO); in Pipe()183 int stdErr[2]; in Pipe() local184 thread_id tid = Pipe(stdOut, stdErr); in Pipe()185 close(stdErr[0]); in Pipe()186 close(stdErr[1]); in Pipe()238 int stdOut[2], stdErr[2]; in Run() local240 wait_for_thread(Pipe(stdOut, stdErr), &exitCode); in Run()243 close(stdErr[0]); in Run()[all …]
44 thread_id Pipe(int* stdOut, int* stdErr) const;