Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dpool.c53 ZSTD_pthread_cond_t queuePushCond; member
87 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
96 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
124 (void)ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()
155 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
168 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
216 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()