Home
last modified time | relevance | path

Searched refs:current_lthread (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_diag.h44 struct lthread *ct = RTE_PER_LCORE(this_sched)->current_lthread;\
69 struct lthread *ct = RTE_PER_LCORE(this_sched)->current_lthread;\
H A Dlthread_int.h58 #define THIS_LTHREAD RTE_PER_LCORE(this_sched)->current_lthread
66 struct lthread *current_lthread; /* running thread */ member
H A Dlthread_sched.c326 sched->current_lthread = lt; in _lthread_resume()
332 sched->current_lthread = NULL; in _lthread_resume()
376 sched->current_lthread = NULL; in _lthread_resume()
H A Dlthread.c259 return sched->current_lthread; in lthread_current()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst1167 ``RTE_PER_LCORE(this_sched)->current_lthread``. Thus on a breakpoint in a GDB
1169 variable ``per_lcore_this_sched->current_lthread``.