Home
last modified time | relevance | path

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

/plugin/combo/vendor/symfony/process/
H A DProcess.php66 private $processInformation; variable in Symfony\\Component\\Process\\Process
441 …if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->lates…
501 return $this->isRunning() ? $this->processInformation['pid'] : null;
802 return $this->processInformation['signaled'];
819 if ($this->isSigchildEnabled() && -1 === $this->processInformation['termsig']) {
823 return $this->processInformation['termsig'];
839 return $this->processInformation['stopped'];
855 return $this->processInformation['stopsig'];
871 return $this->processInformation['running'];
1346 $this->processInformation = proc_get_status($this->process);
[all …]
/plugin/jplayer/vendor/symfony/process/
DProcess.php64 private $processInformation; variable in Symfony\\Component\\Process\\Process
428 …if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->lates…
429 …(sprintf('The process has been signaled with signal "%s".', $this->processInformation['termsig']));
442 return $this->isRunning() ? $this->processInformation['pid'] : null;
753 return $this->processInformation['signaled'];
770 …nabled() && (!$this->enhanceSigchildCompatibility || -1 === $this->processInformation['termsig']))…
774 return $this->processInformation['termsig'];
790 return $this->processInformation['stopped'];
806 return $this->processInformation['stopsig'];
822 return $this->processInformation['running'];
[all …]