TGKILL(2) Linux Programmer's Guide TGKILL(2)
NAME
tgkill - Send signal sig to one specific thread, tgid
SYNOPSIS
long sys_tgkill (int tgid, int pid, int sig);
DESCRIPTION
Same as tkill(pid,sig), but only sends the signal if the target thread has its
thread group ID tgid. Returns error code ESRCH if tgid does not match, otherwise
returns the tkill() result.
RETURN VALUE
tgkill returns 0 on success; otherwise, tgkill returns one of the errors listed in
the "Errors" section.
ERRORS
-EINVAL
tgkill returns this error if pid or tgid are less than zero. This call is
only valid for single tasks.
-ESRCH This error is returned if pid exists but no longer belongs to the target
process.
SEE ALSO
tkill(2), kill(2)
AUTHOR
Niki Rahimi
Linux 2.6 2004-March-12 TGKILL(2)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache/1.3.37 (Unix) mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.8b
Under GNU General Public License
2009-01-07 20:42 @38.103.63.55 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)