Home
last modified time | relevance | path

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

/freebsd-13.1/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()
138 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()
172 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()
185 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
239 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()
269 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7027 ZSTD_pthread_cond_t queuePopCond; member
7053 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()
7104 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()
7138 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()
7151 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
7203 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()
7233 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()