Searched refs:ZSTDMT_NBWORKERS_MAX (Results 1 – 7 of 7) sorted by relevance
35 #ifndef ZSTDMT_NBWORKERS_MAX36 # define ZSTDMT_NBWORKERS_MAX 200 macro
898 nbWorkers = MIN(nbWorkers , ZSTDMT_NBWORKERS_MAX); in ZSTDMT_createCCtx_advanced_internal()
361 bounds.upperBound = ZSTDMT_NBWORKERS_MAX; in ZSTD_cParam_getBounds()
118 In all cases, the nb of threads is capped to ZSTDMT_NBWORKERS_MAX==200.283 'ZSTD_NBTHREADS` has a default value of (`1`), and is capped at ZSTDMT_NBWORKERS_MAX==200. `zstd` m…
227 The max # of threads is capped at: `ZSTDMT_NBWORKERS_MAX==200`.
42 api : Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX, by @marxin (#2228).
9789 #ifndef ZSTDMT_NBWORKERS_MAX9790 # define ZSTDMT_NBWORKERS_MAX 200 macro13416 bounds.upperBound = ZSTDMT_NBWORKERS_MAX; in ZSTD_cParam_getBounds()