Follow-up Comment #4, bug #13529 (project make):
I'm experiencing similar problems with V3.81. The symptoms are these:
1. make clean
2. make -- make rebuilds everything, with no warnings about circular
dependencies.
3. make -- nothing to do, but I get hundreds of false warnings about circula
Hi All!
I need your help.I want to know how to check whether thread is alive or
not.I go through pthread_kill function
pthread_kill(thread_id,0);
i have read If sig(2nd argument) is 0, a validity check is performed for
the existence of the target
thread (thread_id(1st Argument)).
Upon su