[bug #13529] Incorrect circular dependancy

2006-05-22 Thread Reid Madsen
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

pthread_kill issue

2006-05-22 Thread Parikshat Dubey
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