14#if defined (__cplusplus)
20#define ZSTD_STATIC_LINKING_ONLY
34 ZSTD_customMem customMem);
86#if defined (__cplusplus)
POOL_ctx * POOL_create(size_t numThreads, size_t queueSize)
int POOL_resize(POOL_ctx *ctx, size_t numThreads)
void(* POOL_function)(void *)
void POOL_add(POOL_ctx *ctx, POOL_function function, void *opaque)
size_t POOL_sizeof(const POOL_ctx *ctx)
void POOL_free(POOL_ctx *ctx)
POOL_ctx * POOL_create_advanced(size_t numThreads, size_t queueSize, ZSTD_customMem customMem)
void POOL_joinJobs(POOL_ctx *ctx)
int POOL_tryAdd(POOL_ctx *ctx, POOL_function function, void *opaque)