1TRACEHOOK_CONSIDER_I(9)        Kernel Internals        TRACEHOOK_CONSIDER_I(9)
2
3
4

NAME

6       tracehook_consider_ignored_signal - suppress short-circuit of ignored
7       signal
8

SYNOPSIS

10       int tracehook_consider_ignored_signal(struct task_struct * task,
11                                             int sig);
12

ARGUMENTS

14       task
15           task receiving the signal
16
17       sig
18           signal number being sent
19

DESCRIPTION

21       Return zero iff tracing doesn't care to examine this ignored signal, so
22       it can short-circuit normal delivery and never even get queued.
23
24       Called with task->sighand->siglock held.
25
26
27
28Kernel Hackers Manual 2.6.       November 2011         TRACEHOOK_CONSIDER_I(9)
Impressum