Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcntl/tests/
H A Dpcntl_getcpu.phpt2 pcntl_getcpu()
7 if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");
18 var_dump(pcntl_getcpu());
/PHP-8.4/ext/pcntl/
H A Dpcntl.stub.php1101 function pcntl_getcpu(): int {} function
H A Dpcntl_arginfo.h227 ZEND_FUNCTION(pcntl_getcpu);
289 ZEND_FE(pcntl_getcpu, arginfo_pcntl_getcpu)
H A Dpcntl.c1766 PHP_FUNCTION(pcntl_getcpu) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS859 . Added pcntl_getcpu for Linux/FreeBSD/Solaris/Illumos. (David Carlier)
H A DUPGRADING816 . Added pcntl_getcpu to get the cpu id from where the current process runs.

Completed in 32 milliseconds