Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/tests/
H A Dposix_getpgid_basic.phpt12 $pgid = posix_getpgid($pid);
14 var_dump($pgid);
/PHP-7.4/ext/posix/
H A Dposix.c119 ZEND_ARG_INFO(0, pgid)
637 zend_long pid, pgid; in PHP_FUNCTION() local
641 Z_PARAM_LONG(pgid) in PHP_FUNCTION()
644 if (setpgid(pid, pgid) < 0) { in PHP_FUNCTION()

Completed in 10 milliseconds