Home
last modified time | relevance | path

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

/src/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()
/src/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()
139 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()
173 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()
186 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
251 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()
284 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()