Home
last modified time | relevance | path

Searched refs:lthread_exit_func (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.h22 typedef void (*lthread_exit_func) (struct lthread *); typedef
43 lthread_func_t fun, void *arg, lthread_exit_func exit_handler);
H A Dlthread_int.h133 lthread_exit_func exit_handler; /* called when thread exits */
H A Dlthread.c120 lthread_func_t fun, void *arg, lthread_exit_func exit_handler) in _lthread_init()