Searched refs:queueMutex (Results 1 – 1 of 1) sorted by relevance
51 ZSTD_pthread_mutex_t queueMutex; member70 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()77 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()151 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()153 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()167 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()213 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()219 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()226 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()228 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_tryAdd()[all …]