SYS_TKILL(9) Driver Basics SYS_TKILL(9)NAMEsys_tkill - send signal to one specific taskSYNOPSISlong sys_tkill(pid_t pid, int sig);ARGUMENTSpid the PID of the task sig signal to be sentDESCRIPTIONSend a signal to only one task, even if it's a CLONE_THREAD task.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SYS_TKILL(9)
| Related Man Pages |
|---|
| kill(2) - freebsd |
| kill(1) - debian |
| explain_kill_or_die(3) - debian |
| kill(1) - x11r4 |
| kill(1) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |