Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dpool.c55 ZSTD_pthread_cond_t queuePopCond; member
73 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()
125 (void)ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()
156 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()
169 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()
207 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()