Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c57 ZSTD_pthread_cond_t queuePopCond; member
83 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()
140 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()
174 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()
187 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
241 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()
272 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c58 ZSTD_pthread_cond_t queuePopCond; member
84 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()
135 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()
169 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()
182 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
234 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()
264 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()