Home
last modified time | relevance | path

Searched defs:cctxPool (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstdmt_compress.c383 ZSTDMT_CCtxPool* const cctxPool = in ZSTDMT_createCCtxPool() local
418 static size_t ZSTDMT_sizeof_CCtxPool(ZSTDMT_CCtxPool* cctxPool) in ZSTDMT_sizeof_CCtxPool()
435 static ZSTD_CCtx* ZSTDMT_getCCtx(ZSTDMT_CCtxPool* cctxPool) in ZSTDMT_getCCtx()
657 ZSTDMT_CCtxPool* cctxPool; /* Thread-safe - used by mtctx and (all) workers */ member
854 ZSTDMT_CCtxPool* cctxPool; member