9 calls to Process::isSigchildEnabled()

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