sys_tgkill(9) suse man page | unix.com

Man Page: sys_tgkill

Operating Environment: suse

Section: 9

SYS_TGKILL(9)							   Driver Basics						     SYS_TGKILL(9)

NAME
sys_tgkill - send signal to one specific thread
SYNOPSIS
long sys_tgkill(pid_t tgid, pid_t pid, int sig);
ARGUMENTS
tgid the thread group ID of the thread pid the PID of the thread sig signal to be sent
DESCRIPTION
This syscall also checks the tgid and returns -ESRCH even if the PID exists but it's not belonging to the target process anymore. This method solves the problem of threads exiting and PIDs getting reused.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SYS_TGKILL(9)
Related Man Pages
tgkill(2) - linux
tkill(2) - debian
tgkill(2) - bsd
tgkill(2) - v7
tgkill(2) - xfree86
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com
Docker learning Phase-I
Shopt -s histappend