Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_refThreadPool (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c52 size_t r = ZSTD_CCtx_refThreadPool(cctx, args->pool); in compressFile_orDie()
/freebsd-14.2/sys/contrib/zstd/lib/
H A Dzstd.h1618 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1182 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool() function