Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dpool.c55 ZSTD_pthread_cond_t queuePushCond; member
91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
137 error |= ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()
171 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
184 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
278 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7025 ZSTD_pthread_cond_t queuePushCond; member
7061 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
7070 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
7103 error |= ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()
7137 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
7150 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
7242 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()