Searched refs:poolMutex (Results 1 – 1 of 1) sorted by relevance
98 ZSTD_pthread_mutex_t poolMutex; member118 ZSTD_pthread_mutex_destroy(&bufPool->poolMutex); in ZSTDMT_freeBufferPool()127 if (ZSTD_pthread_mutex_init(&bufPool->poolMutex, NULL)) { in ZSTDMT_createBufferPool()150 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()153 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_sizeof_bufferPool()164 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()167 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_setBufferSize()196 ZSTD_pthread_mutex_lock(&bufPool->poolMutex); in ZSTDMT_getBuffer()205 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_getBuffer()212 ZSTD_pthread_mutex_unlock(&bufPool->poolMutex); in ZSTDMT_getBuffer()[all …]