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