Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php64 private $processInformation; variable in Symfony\\Component\\Process\\Process
428 …if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->lates…
753 return $this->processInformation['signaled'];
774 return $this->processInformation['termsig'];
790 return $this->processInformation['stopped'];
806 return $this->processInformation['stopsig'];
822 return $this->processInformation['running'];
1426 $running = $this->processInformation['running'];
1431 $this->processInformation = $this->fallbackStatus + $this->processInformation;
1536 if ($this->processInformation['signaled'] && 0 < $this->processInformation['termsig']) {
[all …]
/plugin/combo/vendor/symfony/process/
H A DProcess.php66 private $processInformation; variable in Symfony\\Component\\Process\\Process
440 if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
500 return $this->isRunning() ? $this->processInformation['pid'] : null;
801 return $this->processInformation['signaled'];
818 if ($this->isSigchildEnabled() && -1 === $this->processInformation['termsig']) {
822 return $this->processInformation['termsig'];
838 return $this->processInformation['stopped'];
854 return $this->processInformation['stopsig'];
870 return $this->processInformation['runnin
[all...]