Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcntl/
H A Dpcntl.c622 pid_t child_id; in PHP_FUNCTION() local
651 if (child_id < 0) { in PHP_FUNCTION()
656 if (child_id > 0) { in PHP_FUNCTION()
664 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
675 pid_t child_id; in PHP_FUNCTION() local
697 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
699 child_id = wait(&status); in PHP_FUNCTION()
702 child_id = wait(&status); in PHP_FUNCTION()
704 if (child_id < 0) { in PHP_FUNCTION()
709 if (child_id > 0) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds