Searched refs:child_id (Results 1 – 1 of 1) sorted by relevance
663 pid_t child_id; in PHP_FUNCTION() local692 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() local738 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 6 milliseconds