| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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.