Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_int.h95 ST_LT_EXITED, /* lthread has exited and needs cleanup */ enumerator
H A Dlthread.c40 lt->state |= BIT(ST_LT_EXITED); in _lthread_exit_handler()
393 lt->state |= (BIT(ST_LT_DETACH) | BIT(ST_LT_EXITED)); in lthread_exit()
H A Dlthread_sched.c328 if (state & (BIT(ST_LT_CANCELLED) | BIT(ST_LT_EXITED))) { in _lthread_resume()