Searched refs:lthread_cond_wait (Results 1 – 5 of 5) sorted by relevance
746 int lthread_cond_wait(struct lthread_cond *c, uint64_t reserved);
98 int lthread_cond_wait(struct lthread_cond *c, __rte_unused uint64_t reserved) in lthread_cond_wait() function
356 int rv = lthread_cond_wait(*(struct lthread_cond **)cond, 0); in pthread_cond_wait()
2057 lthread_cond_wait(ready, 0); in lthread_tx_per_ring()
561 | pthread_cond_wait | lthread_cond_wait | See note 5 |