Searched refs:queuePopCond (Results 1 – 2 of 2) sorted by relevance
57 ZSTD_pthread_cond_t queuePopCond; member83 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()138 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()172 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()185 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()239 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()269 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
7028 ZSTD_pthread_cond_t queuePopCond; member7054 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()7105 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()7139 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()7152 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()7204 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()7234 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()