table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SYS_TKILL(9) | Driver Basics | SYS_TKILL(9) |
NAME¶
sys_tkill - send signal to one specific taskSYNOPSIS¶
long
sys_tkill(pid_t pid, int sig);
ARGUMENTS¶
pidthe PID of the task
sig
signal to be sent
DESCRIPTION¶
Send a signal to only one task, even if it's a CLONE_THREAD task.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |