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 …]
7023 ZSTD_pthread_mutex_t queueMutex; member7042 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()7133 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()7135 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()7149 ZSTD_pthread_mutex_destroy(&ctx->queueMutex); in POOL_free()7201 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_resize()7204 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_resize()7239 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_add()7245 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_add()7252 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_tryAdd()[all …]