Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_int.h92 ST_LT_READY, /* lthread is ready to run */ enumerator
H A Dlthread_sched.c351 lt->state = BIT(ST_LT_READY); in _lthread_resume()
H A Dlthread.c228 lt->state = state | BIT(ST_LT_READY); in _lthread_desched_sleep()