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()80 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()83 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()92 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()97 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()102 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()138 error |= ZSTD_pthread_mutex_init(&ctx->queueMutex, NULL); in POOL_create_advanced()169 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()171 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()[all …]
54 ZSTD_pthread_mutex_t queueMutex; member73 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()81 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()84 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()93 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()98 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_thread()103 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_thread()133 error |= ZSTD_pthread_mutex_init(&ctx->queueMutex, NULL); in POOL_create_advanced()164 ZSTD_pthread_mutex_lock(&ctx->queueMutex); in POOL_join()166 ZSTD_pthread_mutex_unlock(&ctx->queueMutex); in POOL_join()[all …]