Searched defs:ZSTDMT_CCtx_s (Results 1 – 1 of 1) sorted by relevance
826 struct ZSTDMT_CCtx_s { struct827 POOL_ctx* factory;828 ZSTDMT_jobDescription* jobs;829 ZSTDMT_bufferPool* bufPool;830 ZSTDMT_CCtxPool* cctxPool;831 ZSTDMT_seqPool* seqPool;832 ZSTD_CCtx_params params;833 size_t targetSectionSize;834 size_t targetPrefixSize;835 … /* 1 => one job is already prepared, but pool has shortage of workers. Don't create a new job. */[all …]