Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcntl/
H A Dpcntl.c663 pid_t child_id; in PHP_FUNCTION() local
692 if (child_id < 0) { in PHP_FUNCTION()
697 if (child_id > 0) { in PHP_FUNCTION()
705 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
716 pid_t child_id; in PHP_FUNCTION() local
738 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
740 child_id = wait(&status); in PHP_FUNCTION()
743 child_id = wait(&status); in PHP_FUNCTION()
745 if (child_id < 0) { in PHP_FUNCTION()
750 if (child_id > 0) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds