Searched refs:pthread_cond_wait (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 96 #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 D | bio.c | 176 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 D | thread_pool.c | 150 (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 D | ngx_thread_cond.c | 63 err = pthread_cond_wait(cond, mtx); in ngx_thread_cond_wait()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 93 pthread_cond_wait(&exit_cond, &exit_lock); in helloworld_pthread()
|
| H A D | pthread_shim.c | 189 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 D | zfs_agents.c | 330 (void) pthread_cond_wait(&agent_cond, &agent_lock); in zfs_agent_consumer_thread()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 282 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 D | main.c | 301 pthread_cond_wait(&cond, &mutex);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 339 VERIFY0(pthread_cond_wait(cv, &mp->m_lock)); in cv_wait()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | background_thread.c | 234 ret = pthread_cond_wait(&info->cond, &info->mtx.lock);
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 561 | pthread_cond_wait | lthread_cond_wait | See note 5 |
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6937 #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))
|