Searched refs:ZSTD_threadPool (Results 1 – 7 of 7) sorted by relevance
25 ZSTD_threadPool *pool;150 ZSTD_threadPool *pool = ZSTD_createThreadPool (pool_size); in main()
55 ZSTD_threadPool *pool);
918 …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()
381 ZSTD_threadPool* pool;
1182 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool()
1615 typedef struct POOL_ctx_s ZSTD_threadPool; typedef1616 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);
193 void ZSTD_freeThreadPool (ZSTD_threadPool* pool) { in ZSTD_freeThreadPool()