Project Alice
Loading...
Searching...
No Matches
ZSTDMT_CCtxPool Struct Reference
Collaboration diagram for ZSTDMT_CCtxPool:

Public Attributes

ZSTD_pthread_mutex_t poolMutex
 
int totalCCtx
 
int availCCtx
 
ZSTD_customMem cMem
 
ZSTD_CCtx ** cctxs
 

Detailed Description

Definition at line 356 of file zstdmt_compress.c.

Member Data Documentation

◆ availCCtx

int ZSTDMT_CCtxPool::availCCtx

Definition at line 359 of file zstdmt_compress.c.

◆ cctxs

ZSTD_CCtx** ZSTDMT_CCtxPool::cctxs

Definition at line 361 of file zstdmt_compress.c.

◆ cMem

ZSTD_customMem ZSTDMT_CCtxPool::cMem

Definition at line 360 of file zstdmt_compress.c.

◆ poolMutex

ZSTD_pthread_mutex_t ZSTDMT_CCtxPool::poolMutex

Definition at line 357 of file zstdmt_compress.c.

◆ totalCCtx

int ZSTDMT_CCtxPool::totalCCtx

Definition at line 358 of file zstdmt_compress.c.


The documentation for this struct was generated from the following file: