sig
The specific signal sent to the process
pid
The PID of the process receiving the kill signal
Description
The tkill call is analogous to kill(2), except that it also allows a process within a specific thread
group to be targetted. Such processes are targetted through their unique thread IDs (TID).
Name
signal.systkill.return — Sending kill signal to a thread completed
Synopsis
signal.systkill.return
Values
None
Name
signal.sys_tgkill — Sending kill signal to a thread group
Synopsis
signal.sys_tgkill
Values
sig_name
A string representation of the signal
sig
The specific kill signal sent to the process
pid
The PID of the thread receiving the kill signal
tgid
The thread group ID of the thread receiving the kill signal
71
Need help?
Do you have a question about the ENTERPRISE LINUX 5.4 - SYSTEMTAP TAPSET and is the answer not in the manual?
Questions and answers