PROBE::SIGNAL.PROC

Section: Signal Tapset (3stap)
Updated: October 2025
Index Return to Main Contents
 

NAME

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

SYNOPSIS

signal.procmask 
 

VALUES

sigset

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

oldsigset_addr

The old address of the signal set (sigset_t)

sigset_addr

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

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.

name

Name of the probe point
 

SEE ALSO

tapset::signal(3stap)


 

Index

NAME
SYNOPSIS
VALUES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:32:39 GMT, May 01, 2026