int tgkill(int tgid, int tid, int sig);
Sends the signal sig to thread tid, which is part of process tgid. Returns zero on success, or the negation of the error code on error.
| 
 | 
This function is only available on Linux. | 
int tgkill(int tgid, int tid, int sig);
Sends the signal sig to thread tid, which is part of process tgid. Returns zero on success, or the negation of the error code on error.
| 
 | 
This function is only available on Linux. |