Searched refs:Thread_DONE (Results 1 – 1 of 1) sorted by relevance
15 enum { Thread_INIT, Thread_ERROR, Thread_DONE } state; enumerator56 t->state = Thread_DONE; in thread_loop()114 if (t->state != Thread_DONE) in test_non_eal_lcores()313 if (t->state != Thread_DONE) in test_non_eal_lcores_callback()350 t->state = Thread_DONE; in ctrl_thread_loop()375 if (t->state != Thread_DONE) in test_ctrl_thread()