RE:pthread_kill( )
"anil garrepally" <[email protected]> 25 Nov 2003 21:51:36 -0000
| Newsgroups | gmane.linux.redhat.devel |
|---|---|
| Message-ID | <[email protected]> |
pthread_cancel(), will it have the same effect of sending a SIGTERM to the thread. Can i use it in place of pthread_kill(threadid, SIGTERM) directly for the same result. Anil.