Home
last modified time | relevance | path

Searched refs:lt_join (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.c367 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()
H A Dlthread_int.h136 struct lthread *lt_join; /* lthread to join on */ member