Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c80 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()
92 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()
102 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()
165 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
234 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
275 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
284 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_tryAdd()
288 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_tryAdd()
/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c80 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()
92 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()
102 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()
171 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()
242 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()
284 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()
293 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_tryAdd()
297 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_tryAdd()
H A Dthreading.h54 #define ZSTD_pthread_mutex_unlock(a) LeaveCriticalSection((a)) macro
91 #define ZSTD_pthread_mutex_unlock(a) pthread_mutex_unlock((a))
116 #define ZSTD_pthread_mutex_unlock(a) pthread_mutex_unlock(*(a))
138 #define ZSTD_pthread_mutex_unlock(a) ((void)(a))
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c144 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()
158 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()
196 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_getBuffer()
203 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_getBuffer()
255 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_releaseBuffer()
258 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_releaseBuffer()
411 ZSTD_pthread_mutex_unlock(&cctxPool->poolMutex); in ZSTDMT_sizeof_CCtxPool()
424 ZSTD_pthread_mutex_unlock(&cctxPool->poolMutex); in ZSTDMT_getCCtx()
427 ZSTD_pthread_mutex_unlock(&cctxPool->poolMutex); in ZSTDMT_getCCtx()
443 ZSTD_pthread_mutex_unlock(&pool->poolMutex); in ZSTDMT_releaseCCtx()
[all …]
/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c120 ZSTD_pthread_mutex_unlock(&g_mutex); in TRACE_log()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c873 ZSTD_pthread_mutex_unlock(&best->mutex); in COVER_best_wait()
901 ZSTD_pthread_mutex_unlock(&best->mutex); in COVER_best_start()
934 ZSTD_pthread_mutex_unlock(&best->mutex); in COVER_best_finish()
949 ZSTD_pthread_mutex_unlock(&best->mutex); in COVER_best_finish()