Home
last modified time | relevance | path

Searched refs:ZSTD_threadPool (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c25 ZSTD_threadPool *pool;
150 ZSTD_threadPool *pool = ZSTD_createThreadPool (pool_size); in main()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h55 ZSTD_threadPool *pool);
H A Dzstdmt_compress.c918 …ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* pool) in ZSTDMT_createCCtx_advanced_internal()
960 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* p… in ZSTDMT_createCCtx_advanced()
H A Dzstd_compress_internal.h381 ZSTD_threadPool* pool;
H A Dzstd_compress.c1182 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool()
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1615 typedef struct POOL_ctx_s ZSTD_threadPool; typedef
1616 ZSTDLIB_STATIC_API ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads);
1617 ZSTDLIB_STATIC_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */
1618 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c193 void ZSTD_freeThreadPool (ZSTD_threadPool* pool) { in ZSTD_freeThreadPool()