Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c53 ZSTD_pthread_mutex_t queueMutex; member
72 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()
163 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()
165 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
179 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()
231 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()
234 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
269 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()
275 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
282 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()
[all …]
/freebsd-14.2/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()
169 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()
171 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
185 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()
239 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()
242 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
278 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()
284 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
291 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()
[all …]