Searched refs:stdout_closed (Results 1 – 1 of 1) sorted by relevance
263 bool stdout_closed = false, stderr_closed = false; in SynchronousExecFlags() local264 while (!stdout_closed || !stderr_closed) { in SynchronousExecFlags()265 if (!stdout_closed) { in SynchronousExecFlags()268 stdout_closed = true; in SynchronousExecFlags()