Searched refs:canReadOutput (Results 1 – 1 of 1) sorted by relevance
378 bool canReadOutput, canReadErrors; in _RunnerThread() local379 canReadOutput = canReadErrors = true; in _RunnerThread()389 while (!fMustQuit && (canReadOutput || canReadErrors)) { in _RunnerThread()391 if (canReadOutput) { in _RunnerThread()414 if (canReadOutput && FD_ISSET(out, &readSet)) { in _RunnerThread()452 canReadOutput = false; in _RunnerThread()