Searched refs:nbWorkers (Results 1 – 2 of 2) sorted by relevance
821 assert(CCtxParams->nbWorkers == 0); in ZSTD_CCtxParams_getParameter()822 *value = CCtxParams->nbWorkers; in ZSTD_CCtxParams_getParameter()1307 …RETURN_ERROR_IF(params->nbWorkers > 0, GENERIC, "Estimate CCtx size is supported for single-thread… in ZSTD_estimateCCtxSize_usingCCtxParams()1348 …RETURN_ERROR_IF(params->nbWorkers > 0, GENERIC, "Estimate CCtx size is supported for single-thread… in ZSTD_estimateCStreamSize_usingCCtxParams()4343 assert(cctx->appliedParams.nbWorkers == 0); in ZSTD_CCtx_init_compressStream2()4852 if (zcs->appliedParams.nbWorkers > 0) return remainingToFlush; /* minimal estimation */ in ZSTD_endStream()
233 int nbWorkers; member