Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/
H A Dpcntl.c550 pid_t child_id; in PHP_FUNCTION() local
577 if (child_id < 0) { in PHP_FUNCTION()
582 if (child_id > 0) { in PHP_FUNCTION()
589 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
599 pid_t child_id; in PHP_FUNCTION() local
619 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
621 child_id = wait(&status); in PHP_FUNCTION()
624 child_id = wait(&status); in PHP_FUNCTION()
626 if (child_id < 0) { in PHP_FUNCTION()
631 if (child_id > 0) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds