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.
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.