Searched refs:pthread_cond_init (Results 1 – 16 of 16) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bio.c | 105 pthread_cond_init(&bio_newjob_cond[j],NULL); in bioInit() 106 pthread_cond_init(&bio_step_cond[j],NULL); in bioInit()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_thread_cond.c | 17 err = pthread_cond_init(cond, NULL); in ngx_thread_cond_create()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.c | 108 return pthread_cond_init(*cond, attr); in ZSTD_pthread_cond_init()
|
| H A D | threading.h | 94 #define ZSTD_pthread_cond_init(a, b) pthread_cond_init((a), (b))
|
| /f-stack/freebsd/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 362 (void) pthread_cond_init(&tpool->tp_busycv, NULL); in tpool_create() 363 (void) pthread_cond_init(&tpool->tp_workcv, NULL); in tpool_create() 364 (void) pthread_cond_init(&tpool->tp_waitcv, NULL); in tpool_create()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 140 pthread_cond_init(&exit_cond, NULL); in initial_lthread()
|
| H A D | pthread_shim.c | 186 get_addr_of_loaded_symbol(pthread_cond_init); in RTE_INIT() 325 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() function
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | background_thread.c | 768 int ret = pthread_cond_init(&info->cond, NULL); 898 if (pthread_cond_init(&info->cond, NULL)) { in background_thread_boot1()
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 139 pthread_cond_init(&(waitqueue).cond, NULL); \
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_mp.c | 672 pthread_cond_init(&entry->cond, NULL); in request_to_primary()
|
| H A D | eal_common_proc.c | 907 pthread_cond_init(&pending_req.sync.cond, NULL); in mp_request_sync()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_event.c | 540 pthread_cond_init(&priv->timer_cond, NULL); in mlx5_vdpa_cqe_event_setup()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 326 VERIFY0(pthread_cond_init(cv, NULL)); in cv_init()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 555 | pthread_cond_init | lthread_cond_init | |
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 10165 pthread_cond_init(&wd.wd_cv, NULL); in zpool_do_wait()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6935 #define ZSTD_pthread_cond_init(a, b) pthread_cond_init((a), (b))
|