using pthread_kill to kill a pthread that has waited too long kills the entire program.
Can anyone tell me how I can kill a thread without terminating the entire program? Thanks <mike>
using pthread_kill to kill a pthread that has waited too long kills the entire program.
Can anyone tell me how I can kill a thread without terminating the entire program? Thanks <mike>