Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c97 ZSTD_pthread_mutex_t poolMutex; member
141 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()
144 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()
155 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()
158 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()
187 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_getBuffer()
250 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_releaseBuffer()
348 ZSTD_pthread_mutex_t poolMutex; member
361 ZSTD_pthread_mutex_destroy(&pool->poolMutex); in ZSTDMT_freeCCtxPool()
435 ZSTD_pthread_mutex_lock(&pool->poolMutex); in ZSTDMT_releaseCCtx()
[all …]