Home
last modified time | relevance | path

Searched defs:lthread (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_int.h121 struct lthread { struct
124 uint64_t state; /* current lthread state */ argument
126 struct lthread_sched *sched; /* current scheduler */ argument
130 lthread_func_t fun; /* func ctx is running */ argument
132 void *per_lthread_data; /* per lthread user data */ argument
134 uint64_t birth; /* time lthread was born */ argument
136 struct lthread *lt_join; /* lthread to join on */ argument
138 void **lt_exit_ptr; /* exit ptr for lthread_join */ argument
142 struct lthread_tls *tls; /* keys in use by the thread */ argument
143 struct lthread_stack *stack_container; /* stack */ argument
[all …]