Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.c151 lthread_create(struct lthread **new_lt, int lcore_id, in lthread_create() argument
154 if ((new_lt == NULL) || (fun == NULL)) in lthread_create()
184 *new_lt = lt; in lthread_create()
H A Dlthread_api.h228 lthread_create(struct lthread **new_lt,