Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_int.h97 ST_LT_CANCELLED, /* lthread has been cancelled */ enumerator
H A Dlthread_sched.c328 if (state & (BIT(ST_LT_CANCELLED) | BIT(ST_LT_EXITED))) { in _lthread_resume()
392 if (lt->state & BIT(ST_LT_CANCELLED)) in _sched_timer_cb()
H A Dlthread.c273 lt->state |= BIT(ST_LT_CANCELLED); in _cancel()
300 cancel_lt->state |= BIT(ST_LT_CANCELLED); in lthread_cancel()