Home
last modified time | relevance | path

Searched refs:Thread_ERROR (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_lcores.c15 enum { Thread_INIT, Thread_ERROR, Thread_DONE } state; enumerator
29 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()