Home
last modified time | relevance | path

Searched refs:queuePushCond (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c56 ZSTD_pthread_cond_t queuePushCond; member
92 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
138 error |= ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()
172 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
185 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
198 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_joinJobs()
293 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()
/src/sys/contrib/zstd/lib/common/
H A Dpool.c55 ZSTD_pthread_cond_t queuePushCond; member
91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
139 error |= ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()
173 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
186 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
281 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()