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 |
|---|
| sigqueue(2) - redhat |
| kill(1) - centos |
| kill(2) - v7 |
| pause(2) - hpux |
| pthread_kill(3t) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Tar Command |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |