Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.c42 if (!(lt->state & BIT(ST_LT_DETACH))) { in _lthread_exit_handler()
353 if (lt->state & BIT(ST_LT_DETACH)) in lthread_exit()
393 lt->state |= (BIT(ST_LT_DETACH) | BIT(ST_LT_EXITED)); in lthread_exit()
409 if ((lt_state & BIT(ST_LT_DETACH)) || (lt->join == LT_JOIN_THREAD_SET)) in lthread_join()
455 lt->state = state | BIT(ST_LT_DETACH); in lthread_detach()
H A Dlthread_int.h96 ST_LT_DETACH, /* lthread frees on exit*/ enumerator
H A Dlthread_sched.c330 if (state & BIT(ST_LT_DETACH)) { in _lthread_resume()