Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcntl/
H A Dpcntl.c596 pid_t child_id; in PHP_FUNCTION() local
623 if (child_id < 0) { in PHP_FUNCTION()
628 if (child_id > 0) { in PHP_FUNCTION()
635 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()
645 pid_t child_id; in PHP_FUNCTION() local
665 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()
667 child_id = wait(&status); in PHP_FUNCTION()
670 child_id = wait(&status); in PHP_FUNCTION()
672 if (child_id < 0) { in PHP_FUNCTION()
677 if (child_id > 0) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds