Searched refs:pcntl_sigprocmask (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/pcntl/tests/ |
H A D | 003.phpt | 12 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,SIGTERM), $old); 14 pcntl_sigprocmask(SIG_BLOCK, array(SIGINT), $old); 16 pcntl_sigprocmask(SIG_UNBLOCK, array(SIGINT), $old); 18 pcntl_sigprocmask(SIG_SETMASK, array(SIGINT), $old); 20 pcntl_sigprocmask(SIG_SETMASK, array(), $old); 22 pcntl_sigprocmask(SIG_SETMASK, array(), $old);
|
H A D | 002.phpt | 2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait() 17 pcntl_sigprocmask(SIG_BLOCK, array(SIGCHLD,(string)SIGTERM)); 19 pcntl_sigprocmask(SIG_BLOCK, array(), $oldset); 57 var_dump(pcntl_sigprocmask(PHP_INT_MAX, array(SIGTERM))); 62 var_dump(pcntl_sigprocmask(SIG_SETMASK, array(0)));
|
/PHP-7.0/ext/pcntl/ |
H A D | php_pcntl.h | 58 PHP_FUNCTION(pcntl_sigprocmask);
|
H A D | pcntl.c | 177 PHP_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask) 1027 PHP_FUNCTION(pcntl_sigprocmask) in PHP_FUNCTION() argument
|
Completed in 8 milliseconds