Searched refs:Thread_ERROR (Results 1 – 1 of 1) sorted by relevance
15 enum { Thread_INIT, Thread_ERROR, Thread_DONE } state; enumerator29 t->state = Thread_ERROR; in thread_loop()39 t->state = Thread_ERROR; in thread_loop()52 t->state = Thread_ERROR; in thread_loop()55 if (t->state != Thread_ERROR) in thread_loop()