Searched defs:lthread (Results 1 – 1 of 1) sorted by relevance
121 struct lthread { struct124 uint64_t state; /* current lthread state */ argument126 struct lthread_sched *sched; /* current scheduler */ argument130 lthread_func_t fun; /* func ctx is running */ argument132 void *per_lthread_data; /* per lthread user data */ argument134 uint64_t birth; /* time lthread was born */ argument136 struct lthread *lt_join; /* lthread to join on */ argument138 void **lt_exit_ptr; /* exit ptr for lthread_join */ argument142 struct lthread_tls *tls; /* keys in use by the thread */ argument143 struct lthread_stack *stack_container; /* stack */ argument[all …]