Searched refs:ZSTD_threadPool (Results 1 – 3 of 3) sorted by relevance
1528 typedef struct POOL_ctx_s ZSTD_threadPool; typedef1529 ZSTDLIB_API ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads);1530 ZSTDLIB_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */1531 ZSTDLIB_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
285 ZSTD_threadPool* pool;
996 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool()