Searched refs:SIG_SETMASK (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/pcntl/tests/ |
H A D | 003.phpt | 2 pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK 24 pcntl_sigprocmask(SIG_SETMASK, [], $prev); 32 pcntl_sigprocmask(SIG_SETMASK, [SIGINT], $old); 34 pcntl_sigprocmask(SIG_SETMASK, [], $old); 38 pcntl_sigprocmask(SIG_SETMASK, $prev, $old);
|
H A D | pcntl_sigprocmask_errors.phpt | 62 …ror: pcntl_sigprocmask(): Argument #1 ($mode) must be one of SIG_BLOCK, SIG_UNBLOCK, or SIG_SETMASK
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 400 const SIG_SETMASK = UNKNOWN; define
|
H A D | pcntl.c | 919 if (how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in PHP_FUNCTION() 933 …_pcntl_set_user_signal_infos(user_set, &set, 2, /* allow_empty_signal_array */ how == SIG_SETMASK); in PHP_FUNCTION() 1333 sigprocmask(SIG_SETMASK, &old_mask, NULL); in pcntl_signal_dispatch() 1384 sigprocmask(SIG_SETMASK, &old_mask, NULL); in pcntl_signal_dispatch()
|
H A D | pcntl_arginfo.h | 435 REGISTER_LONG_CONSTANT("SIG_SETMASK", SIG_SETMASK, CONST_PERSISTENT); in register_pcntl_symbols()
|
/php-src/Zend/ |
H A D | zend_signal.c | 56 zend_sigprocmask(SIG_SETMASK, &oldmask, NULL);
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 3279 if (sigprocmask(SIG_SETMASK, &orig_mask, NULL) < 0) in lsapi_prefork_server_accept() 3338 if (sigprocmask(SIG_SETMASK, &orig_mask, NULL) < 0) in lsapi_prefork_server_accept()
|
Completed in 24 milliseconds