Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.h96 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait((a), (b))
121 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait(*(a), *(b))
/f-stack/app/redis-5.0.5/src/
H A Dbio.c176 pthread_cond_wait(&bio_newjob_cond[type],&bio_mutex[type]); in bioProcessBackgroundJobs()
242 pthread_cond_wait(&bio_step_cond[type],&bio_mutex[type]); in bioWaitStepOfType()
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c150 (void) pthread_cond_wait(&tpool->tp_workcv, in tpool_worker()
481 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_destroy()
486 (void) pthread_cond_wait(&tpool->tp_busycv, &tpool->tp_mutex); in tpool_destroy()
529 (void) pthread_cond_wait(&tpool->tp_waitcv, &tpool->tp_mutex); in tpool_wait()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread_cond.c63 err = pthread_cond_wait(cond, mtx); in ngx_thread_cond_wait()
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c93 pthread_cond_wait(&exit_cond, &exit_lock); in helloworld_pthread()
H A Dpthread_shim.c189 get_addr_of_loaded_symbol(pthread_cond_wait); in RTE_INIT()
352 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c330 (void) pthread_cond_wait(&agent_cond, &agent_lock); in zfs_agent_consumer_thread()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c282 pthread_cond_wait(&priv->timer_cond, &priv->timer_lock); in mlx5_vdpa_poll_handle()
318 pthread_cond_wait(&priv->timer_cond, in mlx5_vdpa_poll_handle()
/f-stack/tools/ngctl/
H A Dmain.c301 pthread_cond_wait(&cond, &mutex);
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c339 VERIFY0(pthread_cond_wait(cv, &mp->m_lock)); in cv_wait()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbackground_thread.c234 ret = pthread_cond_wait(&info->cond, &info->mtx.lock);
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst561 | pthread_cond_wait | lthread_cond_wait | See note 5 |
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6937 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait((a), (b))
6962 #define ZSTD_pthread_cond_wait(a, b) pthread_cond_wait(*(a), *(b))