Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c98 ZSTD_pthread_mutex_t poolMutex; member
143 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()
146 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()
157 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()
160 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()
171 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_getBuffer()
234 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_releaseBuffer()
319 ZSTD_pthread_mutex_t poolMutex; member
332 ZSTD_pthread_mutex_destroy(&pool->poolMutex); in ZSTDMT_freeCCtxPool()
394 ZSTD_pthread_mutex_lock(&pool->poolMutex); in ZSTDMT_releaseCCtx()
[all …]