1PROBE::SIGNAL.SYS_(3stap)        Signal Tapset       PROBE::SIGNAL.SYS_(3stap)
2
3
4

NAME

6       probe::signal.sys_tgkill - Sending kill signal to a thread group
7

SYNOPSIS

9       signal.sys_tgkill
10

VALUES

12       name
13           Name of the probe point
14
15       task
16           A task handle to the signal recipient
17
18       sig_name
19           A string representation of the signal
20
21       sig
22           The specific kill signal sent to the process
23
24       tgid
25           The thread group ID of the thread receiving the kill signal
26
27       pid_name
28           The name of the signal recipient
29
30       sig_pid
31           The PID of the thread receiving the kill signal
32

DESCRIPTION

34       The tgkill call is similar to tkill, except that it also allows the
35       caller to specify the thread group ID of the thread to be signalled.
36       This protects against TID reuse.
37

SEE ALSO

39       tapset::signal(3stap)
40
41
42
43SystemTap Tapset Reference         June 2018         PROBE::SIGNAL.SYS_(3stap)
Impressum