Home
last modified time | relevance | path

Searched refs:jobReady (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/compress/
Dzstdmt_compress.c815 …int jobReady; /* 1 => one job is already prepared, but pool has shortage of workers. Don't … member
1063 unsigned lastJobNb = mtctx->nextJobID + mtctx->jobReady; assert(mtctx->jobReady <= 1); in ZSTDMT_getFrameProgression()
1065 mtctx->doneJobID, lastJobNb, mtctx->jobReady) in ZSTDMT_getFrameProgression()
1332 if (!mtctx->jobReady) { in ZSTDMT_createCompressionJob()
1391 mtctx->jobReady = 0; in ZSTDMT_createCompressionJob()
1394 mtctx->jobReady = 1; in ZSTDMT_createCompressionJob()
1485 if (mtctx->jobReady) return 1; /* one job is ready to push, just not yet in the list */ in ZSTDMT_flushProduced()
1758 if ( (!mtctx->jobReady) in ZSTDMT_compressStream_generic()
1796 if ( (mtctx->jobReady) in ZSTDMT_compressStream_generic()