You are here

9 calls to Process::isSigchildEnabled() in Zircon Profile 8.0

Process::doSignal in vendor/symfony/process/Process.php
Sends a POSIX signal to the process.
Process::getDescriptors in vendor/symfony/process/Process.php
Creates the descriptors needed by the proc_open.
Process::getExitCode in vendor/symfony/process/Process.php
Returns the exit code returned by the process.
Process::getPid in vendor/symfony/process/Process.php
Returns the Pid (process identifier), if applicable.
Process::getTermSignal in vendor/symfony/process/Process.php
Returns the number of the signal that caused the child process to terminate its execution.
Process::hasBeenSignaled in vendor/symfony/process/Process.php
Returns true if the child process has been terminated by an uncaught signal.
Process::mustRun in vendor/symfony/process/Process.php
Runs the process.
Process::stop in vendor/symfony/process/Process.php
Stops the process.
Process::__construct in vendor/symfony/process/Process.php
Constructor.