Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_api.h90 typedef void *(*lthread_func_t) (void *); typedef
229 int lcore, lthread_func_t func, void *arg);
H A Dlthread.h43 lthread_func_t fun, void *arg, lthread_exit_func exit_handler);
H A Dlthread_int.h130 lthread_func_t fun; /* func ctx is running */
H A Dlthread.c120 lthread_func_t fun, void *arg, lthread_exit_func exit_handler) in _lthread_init()
152 lthread_func_t fun, void *arg) in lthread_create()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c367 lthread_func_t func, in pthread_create()