Searched refs:ZSTD_threadPool (Results 1 – 10 of 10) sorted by relevance
49 ZSTD_threadPool *pool);
950 …ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* pool) in ZSTDMT_createCCtx_advanced_internal()992 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* p… in ZSTDMT_createCCtx_advanced()
489 ZSTD_threadPool* pool;
1338 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool()
1907 typedef struct POOL_ctx_s ZSTD_threadPool; typedef1908 ZSTDLIB_STATIC_API ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads);1909 ZSTDLIB_STATIC_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */1910 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
1906 typedef struct POOL_ctx_s ZSTD_threadPool; typedef1907 ZSTDLIB_STATIC_API ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads);1908 ZSTDLIB_STATIC_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */1909 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
203 void ZSTD_freeThreadPool (ZSTD_threadPool* pool) { in ZSTD_freeThreadPool()
202 void ZSTD_freeThreadPool (ZSTD_threadPool* pool) { in ZSTD_freeThreadPool()
490 ZSTD_threadPool* pool;
1339 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool()