Searched refs:IT_DEAD (Results 1 – 1 of 1) sorted by relevance
81 #define IT_DEAD 0x000001 /* Thread is waiting to exit. */ macro563 ithread->it_flags |= IT_DEAD; in ithread_destroy()1246 if (ithd->it_flags & IT_DEAD) { in ithread_loop()1289 (ithd->it_flags & (IT_DEAD | IT_WAIT)) == 0) { in ithread_loop()