Searched refs:child_id (Results 1 – 1 of 1) sorted by relevance
708 pid_t child_id; in PHP_FUNCTION() local735 if (child_id < 0) { in PHP_FUNCTION()740 if (child_id > 0) { in PHP_FUNCTION()747 RETURN_LONG((zend_long) child_id); in PHP_FUNCTION()758 pid_t child_id; in PHP_FUNCTION() local778 child_id = wait3(&status, options, NULL); in PHP_FUNCTION()780 child_id = wait(&status); in PHP_FUNCTION()783 child_id = wait(&status); in PHP_FUNCTION()785 if (child_id < 0) { in PHP_FUNCTION()790 if (child_id > 0) { in PHP_FUNCTION()[all …]
Completed in 9 milliseconds