Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcntl/
H A Dpcntl.c708 pid_t child_id; in PHP_FUNCTION() local
735 if (child_id < 0) { in PHP_FUNCTION()
740 if (child_id > 0) { in PHP_FUNCTION()
747 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
758 pid_t child_id; in PHP_FUNCTION() local
778 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
780 child_id = wait(&status); in PHP_FUNCTION()
783 child_id = wait(&status); in PHP_FUNCTION()
785 if (child_id < 0) { in PHP_FUNCTION()
790 if (child_id > 0) { in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds