Searched refs:doneJobID (Results 1 – 1 of 1) sorted by relevance
849 unsigned doneJobID; member1000 while (mtctx->doneJobID < mtctx->nextJobID) { in ZSTDMT_waitForAllJobsCompleted()1001 unsigned const jobID = mtctx->doneJobID & mtctx->jobIDMask; in ZSTDMT_waitForAllJobsCompleted()1004 …DEBUGLOG(4, "waiting for jobCompleted signal from job %u", mtctx->doneJobID); /* we want to bloc… in ZSTDMT_waitForAllJobsCompleted()1008 mtctx->doneJobID++; in ZSTDMT_waitForAllJobsCompleted()1093 mtctx->doneJobID, lastJobNb, mtctx->jobReady) in ZSTDMT_getFrameProgression()1094 for (jobNb = mtctx->doneJobID ; jobNb < lastJobNb ; jobNb++) { in ZSTDMT_getFrameProgression()1118 unsigned const jobID = mtctx->doneJobID; in ZSTDMT_toFlushNow()1315 mtctx->doneJobID = 0; in ZSTDMT_initCStream_internal()1356 if (mtctx->nextJobID > mtctx->doneJobID + mtctx->jobIDMask) { in ZSTDMT_createCompressionJob()[all …]