Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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 …]
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7023 ZSTD_pthread_mutex_t queueMutex; member
7042 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()
7133 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()
7135 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
7149 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()
7201 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()
7204 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
7239 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()
7245 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
7252 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()
[all …]