Searched refs:queueMutex (Results 1 – 2 of 2) sorted by relevance
53 ZSTD_pthread_mutex_t queueMutex; member72 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 …]
53 ZSTD_pthread_mutex_t queueMutex; member72 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 …]