Searched refs:doneJobID (Results 1 – 1 of 1) sorted by relevance
821 unsigned doneJobID; member972 while (mtctx->doneJobID < mtctx->nextJobID) { in ZSTDMT_waitForAllJobsCompleted()980 mtctx->doneJobID++; in ZSTDMT_waitForAllJobsCompleted()1090 unsigned const jobID = mtctx->doneJobID; in ZSTDMT_toFlushNow()1285 mtctx->doneJobID = 0; in ZSTDMT_initCStream_internal()1408 unsigned const wJobID = mtctx->doneJobID & mtctx->jobIDMask; in ZSTDMT_flushProduced()1415 && (mtctx->doneJobID < mtctx->nextJobID) ) { in ZSTDMT_flushProduced()1456 assert(mtctx->doneJobID < mtctx->nextJobID); in ZSTDMT_flushProduced()1477 mtctx->doneJobID++; in ZSTDMT_flushProduced()1499 unsigned const firstJobID = mtctx->doneJobID; in ZSTDMT_getInputDataInUse()[all …]