Searched refs:STATE_TERMINATED (Results 1 – 2 of 2) sorted by relevance
34 #define STATE_TERMINATED 2 macro258 lthreads[current_tid].state = STATE_TERMINATED; in thread_launcher()320 if (lthreads[i].state == STATE_TERMINATED) { in thread_join()344 if (lthreads[*ret].state == STATE_TERMINATED) { in thread_join()
148 #define STATE_TERMINATED 4 macro