1TRACEHOOK_FORCE_SIGP(9) Kernel Internals TRACEHOOK_FORCE_SIGP(9)
2
3
4
6 tracehook_force_sigpending - let tracing force signal_pending(current)
7 on
8
10 int tracehook_force_sigpending(void);
11
13 void
14 no arguments
15
17 Called when recomputing our signal_pending flag. Return nonzero to
18 force the signal_pending flag on, so that tracehook_get_signal will be
19 called before the next return to user mode.
20
21 Called with current->sighand->siglock held.
22
23
24
25Kernel Hackers Manual 2.6. November 2011 TRACEHOOK_FORCE_SIGP(9)