1SYS_TKILL(9) Driver Basics SYS_TKILL(9)
23
4
NAME
6sys_tkill - send signal to one specific task
7
SYNOPSIS
9long sys_tkill(pid_t pid, int sig);
10
ARGUMENTS
12pid
13the PID of the task
1415
sig
16signal to be sent
17
DESCRIPTION
19Send a signal to only one task, even if it's a CLONE_THREAD task.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 SYS_TKILL(9)