Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_api.h746 int lthread_cond_wait(struct lthread_cond *c, uint64_t reserved);
H A Dlthread_cond.c98 int lthread_cond_wait(struct lthread_cond *c, __rte_unused uint64_t reserved) in lthread_cond_wait() function
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c356 int rv = lthread_cond_wait(*(struct lthread_cond **)cond, 0); in pthread_cond_wait()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2057 lthread_cond_wait(ready, 0); in lthread_tx_per_ring()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst561 | pthread_cond_wait | lthread_cond_wait | See note 5 |