Searched refs:ST_LT_EXITED (Results 1 – 3 of 3) sorted by relevance
95 ST_LT_EXITED, /* lthread has exited and needs cleanup */ enumerator
40 lt->state |= BIT(ST_LT_EXITED); in _lthread_exit_handler()393 lt->state |= (BIT(ST_LT_DETACH) | BIT(ST_LT_EXITED)); in lthread_exit()
328 if (state & (BIT(ST_LT_CANCELLED) | BIT(ST_LT_EXITED))) { in _lthread_resume()