Searched refs:pthread_cond_timedwait (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 188 get_addr_of_loaded_symbol(pthread_cond_timedwait); in RTE_INIT() 344 pthread_cond_timedwait(pthread_cond_t *__rte_restrict cond, in pthread_cond_timedwait() function
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 372 error = pthread_cond_timedwait(cv, &mp->m_lock, &ts); in cv_timedwait() 412 error = pthread_cond_timedwait(cv, &mp->m_lock, &ts); in cv_timedwait_hires()
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 152 pthread_cond_timedwait(&waitevent.cond, \
|
| /f-stack/freebsd/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 158 if (pthread_cond_timedwait(&tpool->tp_workcv, in tpool_worker()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_mp.c | 699 ret = pthread_cond_timedwait(&entry->cond, in request_to_primary()
|
| H A D | eal_common_proc.c | 929 ret = pthread_cond_timedwait(&pending_req.sync.cond, in mp_request_sync()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | background_thread.c | 257 ret = pthread_cond_timedwait(&info->cond, &info->mtx.lock, &ts);
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 559 | pthread_cond_timedwait | | |
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding.c | 1225 retval = pthread_cond_timedwait(&cvar, &mutex, &ts); in lsc_timeout()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 10129 ret = pthread_cond_timedwait(&wd->wd_cv, &wd->wd_mutex, in wait_status_thread()
|