Lines Matching refs:running
432 …$running = $this->isRunning() && ('\\' === \DIRECTORY_SEPARATOR || $this->processPipes->areOpen());
433 $this->readPipes($running, '\\' !== \DIRECTORY_SEPARATOR || !$running);
434 } while ($running);
473 … $running = '\\' === \DIRECTORY_SEPARATOR ? $this->isRunning() : $this->processPipes->areOpen();
474 … $output = $this->processPipes->readAndWrite($running, '\\' !== \DIRECTORY_SEPARATOR || !$running);
486 if (!$running) {
1347 $running = $this->processInformation['running'];
1353 … if (!isset($this->cachedExitCode) && !$running && -1 !== $this->processInformation['exitcode']) {
1357 … if (isset($this->cachedExitCode) && !$running && -1 === $this->processInformation['exitcode']) {
1362 $this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);
1368 if (!$running) {