suse man page for sys_tgkill

Query: sys_tgkill

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
tgkill(2) - centos
tkill(2) - centos
tgkill(2) - mojave
tgkill(2) - x11r4
Similar Topics in the Unix Linux Community
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
32 bit process addressing more than 4GB