Home
last modified time | relevance | path

Searched refs:canReadErrors (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/text_search/
H A DGrepper.cpp378 bool canReadOutput, canReadErrors; in _RunnerThread() local
379 canReadOutput = canReadErrors = true; in _RunnerThread()
389 while (!fMustQuit && (canReadOutput || canReadErrors)) { in _RunnerThread()
394 if (canReadErrors) { in _RunnerThread()
455 if (canReadErrors && FD_ISSET(err, &readSet)) { in _RunnerThread()
467 canReadErrors = false; in _RunnerThread()