Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/tests/
H A D003.phpt12 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 D002.phpt2 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.3/ext/pcntl/
H A Dphp_pcntl.h57 PHP_FUNCTION(pcntl_sigprocmask);
H A Dpcntl.c196 PHP_FE(pcntl_sigprocmask, arginfo_pcntl_sigprocmask)
1105 PHP_FUNCTION(pcntl_sigprocmask) in PHP_FUNCTION() argument

Completed in 11 milliseconds