Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dpool.c53 ZSTD_pthread_mutex_t queueMutex; member
72 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()
167 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()
169 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
183 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()
237 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()
240 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
275 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()
281 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
288 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7024 ZSTD_pthread_mutex_t queueMutex; member
7043 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()
7134 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()
7136 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
7150 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()
7202 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()
7205 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
7240 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()
7246 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
7253 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()
[all …]