Searched refs:wJobID (Results 1 – 1 of 1) sorted by relevance
1095 unsigned const wJobID = jobNb & mtctx->jobIDMask; in ZSTDMT_getFrameProgression() local1096 ZSTDMT_jobDescription* jobPtr = &mtctx->jobs[wJobID]; in ZSTDMT_getFrameProgression()1108 ZSTD_pthread_mutex_unlock(&mtctx->jobs[wJobID].job_mutex); in ZSTDMT_getFrameProgression()1123 { unsigned const wJobID = jobID & mtctx->jobIDMask; in ZSTDMT_toFlushNow() local1124 ZSTDMT_jobDescription* const jobPtr = &mtctx->jobs[wJobID]; in ZSTDMT_toFlushNow()1141 ZSTD_pthread_mutex_unlock(&mtctx->jobs[wJobID].job_mutex); in ZSTDMT_toFlushNow()1438 unsigned const wJobID = mtctx->doneJobID & mtctx->jobIDMask; in ZSTDMT_flushProduced() local1443 ZSTD_PTHREAD_MUTEX_LOCK(&mtctx->jobs[wJobID].job_mutex); in ZSTDMT_flushProduced()1446 assert(mtctx->jobs[wJobID].dstFlushed <= mtctx->jobs[wJobID].cSize); in ZSTDMT_flushProduced()1447 … while (mtctx->jobs[wJobID].dstFlushed == mtctx->jobs[wJobID].cSize) { /* nothing to flush */ in ZSTDMT_flushProduced()[all …]