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()167 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()169 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()183 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()237 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()240 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()275 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()281 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()288 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()[all …]
7024 ZSTD_pthread_mutex_t queueMutex; member7043 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()7134 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()7136 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()7150 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()7202 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()7205 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()7240 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()7246 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()7253 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()[all …]