Searched refs:child_id (Results 1 – 1 of 1) sorted by relevance
661 pid_t child_id; in PHP_FUNCTION() local690 if (child_id < 0) { in PHP_FUNCTION()695 if (child_id > 0) { in PHP_FUNCTION()703 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()714 pid_t child_id; in PHP_FUNCTION() local736 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()738 child_id = wait(&status); in PHP_FUNCTION()741 child_id = wait(&status); in PHP_FUNCTION()743 if (child_id < 0) { in PHP_FUNCTION()748 if (child_id > 0) { in PHP_FUNCTION()[all …]
Completed in 6 milliseconds