Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php82 private $latestSignal; variable in Symfony\\Component\\Process\\Process
428 …->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
1566 $this->latestSignal = null;
1620 $this->latestSignal = (int) $signal;
1623 $this->fallbackStatus['termsig'] = $this->latestSignal;
/plugin/combo/vendor/symfony/process/
H A DProcess.php82 private $latestSignal; variable in Symfony\\Component\\Process\\Process
440 if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
1482 $this->latestSignal = null;
1534 $this->latestSignal = $signal;
1537 $this->fallbackStatus['termsig'] = $this->latestSignal;