Searched defs:mtctx (Results 1 – 4 of 4) sorted by relevance
814 ZSTDMT_CCtx* mtctx; in ZSTDMT_createCCtx_advanced() local855 static void ZSTDMT_releaseAllJobResources(ZSTDMT_CCtx* mtctx) in ZSTDMT_releaseAllJobResources()871 static void ZSTDMT_waitForAllJobsCompleted(ZSTDMT_CCtx* mtctx) in ZSTDMT_waitForAllJobsCompleted()886 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_freeCCtx()903 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx()939 size_t ZSTDMT_setMTCtxParameter(ZSTDMT_CCtx* mtctx, ZSTDMT_parameter parameter, unsigned value) in ZSTDMT_setMTCtxParameter()971 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()987 unsigned ZSTDMT_getNbWorkers(const ZSTDMT_CCtx* mtctx) in ZSTDMT_getNbWorkers()997 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx) in ZSTDMT_getFrameProgression()1059 ZSTDMT_CCtx* mtctx, in ZSTDMT_compress_advanced_internal()[all …]
234 ZSTDMT_CCtx* mtctx; member
496 { ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2); in basicUnitTests() local
225 ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2); in basicUnitTests() local