Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_api.h335 void lthread_yield(void);
H A Dlthread.c334 void lthread_yield(void) in lthread_yield() function
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c566 lthread_yield(); in pthread_yield()
576 lthread_yield(); in pthread_yield()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst639 | pthread_yield | lthread_yield | See note 7 |
697 ``lthread_yield()`` will save the current context, insert the current thread
704 ``lthread_yield()`` to the point at which the next ready thread is resumed,
991 ``lthread_yield()`` inside the loop (n.b. if the contending L-threads might
1029 ``lthread_yield()`` or ``lthread_sleep()`` into the loop. Another solution
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2055 lthread_yield(); in lthread_tx_per_ring()
2210 lthread_yield(); in lthread_rx()