Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_api.h292 void lthread_exit(void *val);
H A Dlthread.c46 lthread_exit(NULL); in _lthread_exit_handler()
348 void lthread_exit(void *ptr) in lthread_exit() function
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c420 lthread_exit(v); in pthread_exit_override()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst569 | pthread_exit | lthread_exit | |
1118 ``pthread_exit()`` function or the ``lthread_exit()`` function as
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2010 lthread_exit(NULL); in lthread_null()