Searched refs:current_lthread (Results 1 – 5 of 5) sorted by relevance
44 struct lthread *ct = RTE_PER_LCORE(this_sched)->current_lthread;\69 struct lthread *ct = RTE_PER_LCORE(this_sched)->current_lthread;\
58 #define THIS_LTHREAD RTE_PER_LCORE(this_sched)->current_lthread66 struct lthread *current_lthread; /* running thread */ member
326 sched->current_lthread = lt; in _lthread_resume()332 sched->current_lthread = NULL; in _lthread_resume()376 sched->current_lthread = NULL; in _lthread_resume()
259 return sched->current_lthread; in lthread_current()
1167 ``RTE_PER_LCORE(this_sched)->current_lthread``. Thus on a breakpoint in a GDB1169 variable ``per_lcore_this_sched->current_lthread``.