Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php46 * @param bool $restartSyscalls
52 …signo, $level = LogLevel::CRITICAL, bool $callPrevious = true, bool $restartSyscalls = true, ?bool… argument
67 $this->signalRestartSyscalls[$signo] = $restartSyscalls;
73 pcntl_signal($signo, [$this, 'handleSignal'], $restartSyscalls);
108 $restartSyscalls = $this->signalRestartSyscalls[$signo] ?? true;
109 pcntl_signal($signo, SIG_DFL, $restartSyscalls);
114 pcntl_signal($signo, [$this, 'handleSignal'], $restartSyscalls);