Man Page: probe::signal.procmask
Operating Environment: centos
Section: 3stap
PROBE::SIGNAL.PROC(3stap) Signal Tapset PROBE::SIGNAL.PROC(3stap)NAMEprobe::signal.procmask - Examining or changing blocked signalsSYNOPSISsignal.procmaskVALUEShow Indicates how to change the blocked signals; possible values are SIG_BLOCK=0 (for blocking signals), SIG_UNBLOCK=1 (for unblocking signals), and SIG_SETMASK=2 for setting the signal mask. name Name of the probe point oldsigset_addr The old address of the signal set (sigset_t) sigset The actual value to be set for sigset_t (correct?) sigset_addr The address of the signal set (sigset_t) to be implemented SystemTap Tapset Reference June 2014 PROBE::SIGNAL.PROC(3stap)
| Related Man Pages |
|---|
| sigprocmask(2) - linux |
| sigprocmask(2) - debian |
| rt_sigprocmask(2) - centos |
| sigprocmask(2) - centos |
| rt_sigprocmask(2) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |
| [TIP] Processing YAML files with yq |