1SYS_TKILL(9)                     Driver Basics                    SYS_TKILL(9)
2
3
4

NAME

6       sys_tkill - send signal to one specific task
7

SYNOPSIS

9       long sys_tkill(pid_t pid, int sig);
10

ARGUMENTS

12       pid
13           the PID of the task
14
15       sig
16           signal to be sent
17

DESCRIPTION

19       Send a signal to only one task, even if it's a CLONE_THREAD task.
20
22Kernel Hackers Manual 3.10         June 2019                      SYS_TKILL(9)
Impressum