Man Page: probe::signal.sys_tkill
Operating Environment: centos
Section: 3stap
PROBE::SIGNAL.SYS_(3stap) Signal Tapset PROBE::SIGNAL.SYS_(3stap)NAMEprobe::signal.sys_tkill - Sending a kill signal to a threadSYNOPSISsignal.sys_tkillVALUESname Name of the probe point sig_name A string representation of the signal sig The specific signal sent to the process pid_name The name of the signal recipient sig_pid The PID of the process receiving the kill signalDESCRIPTIONThe tkill call is analogous to kill(2), except that it also allows a process within a specific thread group to be targeted. Such processes are targeted through their unique thread IDs (TID). SystemTap Tapset Reference June 2014 PROBE::SIGNAL.SYS_(3stap)
| Related Man Pages |
|---|
| kill(1) - centos |
| tgkill(2) - suse |
| tkill(2) - suse |
| pause(2) - hpux |
| tapset::signal(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| Tar Command |
| CentOS 6 ran out of space, need to reclaim it |