logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::signal.procmask - Examining or changing blocked signals

Name

       probe::signal.procmask - Examining or changing blocked signals

See Also

tapset::signal(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SIGNAL.PROC(3stap)

Synopsis

       signal.procmask

Values

how
           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.

       sigset
           The actual value to be set for sigset_t (correct?)

       oldsigset_addr
           The old address of the signal set (sigset_t)

       name
           Name of the probe point

       sigset_addr
           The address of the signal set (sigset_t) to be implemented

See Also