Searched refs:queuePushCond (Results 1 – 1 of 1) sorted by relevance
53 ZSTD_pthread_cond_t queuePushCond; member87 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()96 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()124 (void)ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()155 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()168 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()216 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()