Searched refs:ZSTD_threadPool (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h1594 typedef struct POOL_ctx_s ZSTD_threadPool; typedef in typeref:struct:POOL_ctx_s
1595 ZSTDLIB_STATIC_API ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads);
1596 ZSTDLIB_STATIC_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */
1597 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h375 ZSTD_threadPool* pool;
H A Dzstd_compress.c1113 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool)

Completed in 298 milliseconds