Searched refs:nbWorkers (Results 1 – 2 of 2) sorted by relevance
929 assert(CCtxParams->nbWorkers == 0); in ZSTD_CCtxParams_getParameter()930 *value = CCtxParams->nbWorkers; in ZSTD_CCtxParams_getParameter()1441 …RETURN_ERROR_IF(params->nbWorkers > 0, GENERIC, "Estimate CCtx size is supported for single-thread… in ZSTD_estimateCCtxSize_usingCCtxParams()1493 …RETURN_ERROR_IF(params->nbWorkers > 0, GENERIC, "Estimate CCtx size is supported for single-thread… in ZSTD_estimateCStreamSize_usingCCtxParams()5462 assert(cctx->appliedParams.nbWorkers == 0); in ZSTD_CCtx_init_compressStream2()5972 if (zcs->appliedParams.nbWorkers > 0) return remainingToFlush; /* minimal estimation */ in ZSTD_endStream()
297 int nbWorkers; member
Completed in 21 milliseconds