Home
last modified time | relevance | path

Searched refs:THIS_LTHREAD (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.c240 THIS_LTHREAD->per_lthread_data = data; in lthread_set_data()
248 return THIS_LTHREAD->per_lthread_data; in lthread_get_data()
286 if ((cancel_lt == NULL) || (cancel_lt == THIS_LTHREAD)) in lthread_cancel()
309 struct lthread *lt = THIS_LTHREAD; in lthread_sleep()
320 struct lthread *lt = THIS_LTHREAD; in lthread_sleep_clks()
336 struct lthread *lt = THIS_LTHREAD; in lthread_yield()
350 struct lthread *lt = THIS_LTHREAD; in lthread_exit()
405 struct lthread *current = THIS_LTHREAD; in lthread_join()
449 struct lthread *lt = THIS_LTHREAD; in lthread_detach()
464 struct lthread *lt = THIS_LTHREAD; in lthread_set_funcname()
H A Dlthread_tls.c173 res = THIS_LTHREAD->tls->data[k]; in lthread_getspecific()
188 int n = THIS_LTHREAD->tls->nb_keys_inuse; in lthread_setspecific()
195 if (THIS_LTHREAD->tls->data[k] == NULL) in lthread_setspecific()
196 THIS_LTHREAD->tls->nb_keys_inuse = n+1; in lthread_setspecific()
199 THIS_LTHREAD->tls->data[k] = (void *) p; in lthread_setspecific()
H A Dlthread_sched.h65 struct lthread *lt = THIS_LTHREAD; in _affinitize()
76 struct lthread *lt = THIS_LTHREAD; in _suspend()
89 struct lthread *lt = THIS_LTHREAD; in _reschedule()
H A Dlthread_mutex.c104 struct lthread *lt = THIS_LTHREAD; in lthread_mutex_lock()
150 struct lthread *lt = THIS_LTHREAD; in lthread_mutex_trylock()
182 struct lthread *lt = THIS_LTHREAD; in lthread_mutex_unlock()
H A Dlthread_int.h58 #define THIS_LTHREAD RTE_PER_LCORE(this_sched)->current_lthread macro
H A Dlthread_cond.c100 struct lthread *lt = THIS_LTHREAD; in lthread_cond_wait()
H A Dlthread_sched.c524 struct lthread *lt = THIS_LTHREAD; in lthread_set_affinity()