Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcntl/
H A Dpcntl.c812 int int_status_word; in PHP_FUNCTION() local
819 if (WIFEXITED(int_status_word)) in PHP_FUNCTION()
833 int int_status_word; in PHP_FUNCTION() local
840 if (WIFSTOPPED(int_status_word)) in PHP_FUNCTION()
853 int int_status_word; in PHP_FUNCTION() local
860 if (WIFSIGNALED(int_status_word)) in PHP_FUNCTION()
872 int int_status_word; in PHP_FUNCTION() local
879 if (WIFCONTINUED(int_status_word)) in PHP_FUNCTION()
893 int int_status_word; in PHP_FUNCTION() local
913 int int_status_word; in PHP_FUNCTION() local
[all …]

Completed in 7 milliseconds