Searched refs:lt_join (Results 1 – 2 of 2) sorted by relevance
367 if ((ptr != NULL) && (lt->lt_join->lt_exit_ptr != NULL)) in lthread_exit()368 *(lt->lt_join->lt_exit_ptr) = ptr; in lthread_exit()376 if ((ptr != NULL) && (lt->lt_join->lt_exit_ptr != NULL)) in lthread_exit()377 *(lt->lt_join->lt_exit_ptr) = ptr; in lthread_exit()380 _ready_queue_insert(lt->lt_join->sched, in lthread_exit()381 (struct lthread *)lt->lt_join); in lthread_exit()412 lt->lt_join = current; in lthread_join()
136 struct lthread *lt_join; /* lthread to join on */ member