Searched defs:ZSTDMT_CCtx_s (Results 1 – 1 of 1) sorted by relevance
834 struct ZSTDMT_CCtx_s { struct835 POOL_ctx* factory;836 ZSTDMT_jobDescription* jobs;837 ZSTDMT_bufferPool* bufPool;838 ZSTDMT_CCtxPool* cctxPool;839 ZSTDMT_seqPool* seqPool;840 ZSTD_CCtx_params params;841 size_t targetSectionSize;842 size_t targetPrefixSize;843 … /* 1 => one job is already prepared, but pool has shortage of workers. Don't create a new job. */[all …]