probe::signal.sys_tgkill
Sending kill signal to a thread group
- Provided by: systemtap-doc (Version: 4.6-2)
- Source: systemtap
- Report a bug
Sending kill signal to a thread group
signal.sys_tgkill
sig
tgid
pid_name
sig_pid
name
sig_name
task
The tgkill call is similar to tkill, except that it also allows the caller to specify the thread group ID of the thread to be signalled. This protects against TID reuse.