Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c50 size_t r = ZSTD_CCtx_refThreadPool(cctx, args->pool); in compressFile_orDie()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1514 ZSTDLIB_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1048 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool() function