Searched refs:THIS_LTHREAD (Results 1 – 7 of 7) sorted by relevance
240 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()
173 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()
65 struct lthread *lt = THIS_LTHREAD; in _affinitize()76 struct lthread *lt = THIS_LTHREAD; in _suspend()89 struct lthread *lt = THIS_LTHREAD; in _reschedule()
104 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()
58 #define THIS_LTHREAD RTE_PER_LCORE(this_sched)->current_lthread macro
100 struct lthread *lt = THIS_LTHREAD; in lthread_cond_wait()
524 struct lthread *lt = THIS_LTHREAD; in lthread_set_affinity()