1FUNCTION::IS_SIG_BLO(3stap) Signal Tapset FUNCTION::IS_SIG_BLO(3stap)
23
4
NAME
6function::is_sig_blocked - Returns 1 if the signal is currently
7blocked, or 0 if it is not
8
SYNOPSIS
10is_sig_blocked:long(task:long,sig:long)
11
ARGUMENTS
13task
14address of the task_struct to query.
1516
sig
17the signal number to test.
18
SEE ALSO
20tapset::signal(3stap)
2122
23
24
SystemTap Tapset Reference April 2023 FUNCTION::IS_SIG_BLO(3stap)