signal.pending.3stap

Langue: en

Autres versions - même langue

Version: May 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

signal.pending - Examining pending signal

SYNOPSIS

 signal.pending 
 

VALUES

sigset_size

The size of the user-space signal set

sigset_add

The address of the user-space signal set (<command>sigset_t</command>)

DESCRIPTION

This probe is used to examine a set of signals pending for delivery to a specific thread. This normally occurs when the <command>do_sigpending</command> kernel function is executed.

AUTHOR

SystemTap

Hackers