Conscience Core
Public Attributes | List of all members
ZSTDMT_jobDescription Struct Reference

Public Attributes

size_t consumed
 
size_t cSize
 
ZSTD_pthread_mutex_t job_mutex
 
ZSTD_pthread_cond_t job_cond
 
ZSTDMT_CCtxPoolcctxPool
 
ZSTDMT_bufferPoolbufPool
 
ZSTDMT_seqPoolseqPool
 
serialState_tserial
 
buffer_t dstBuff
 
range_t prefix
 
range_t src
 
unsigned jobID
 
unsigned firstJob
 
unsigned lastJob
 
ZSTD_CCtx_params params
 
const ZSTD_CDictcdict
 
unsigned long long fullFrameSize
 
size_t dstFlushed
 
unsigned frameChecksumNeeded
 

Member Data Documentation

◆ bufPool

ZSTDMT_bufferPool* ZSTDMT_jobDescription::bufPool

◆ cctxPool

ZSTDMT_CCtxPool* ZSTDMT_jobDescription::cctxPool

◆ cdict

const ZSTD_CDict* ZSTDMT_jobDescription::cdict

◆ consumed

size_t ZSTDMT_jobDescription::consumed

◆ cSize

size_t ZSTDMT_jobDescription::cSize

◆ dstBuff

buffer_t ZSTDMT_jobDescription::dstBuff

◆ dstFlushed

size_t ZSTDMT_jobDescription::dstFlushed

◆ firstJob

unsigned ZSTDMT_jobDescription::firstJob

◆ frameChecksumNeeded

unsigned ZSTDMT_jobDescription::frameChecksumNeeded

◆ fullFrameSize

unsigned long long ZSTDMT_jobDescription::fullFrameSize

◆ job_cond

ZSTD_pthread_cond_t ZSTDMT_jobDescription::job_cond

◆ job_mutex

ZSTD_pthread_mutex_t ZSTDMT_jobDescription::job_mutex

◆ jobID

unsigned ZSTDMT_jobDescription::jobID

◆ lastJob

unsigned ZSTDMT_jobDescription::lastJob

◆ params

ZSTD_CCtx_params ZSTDMT_jobDescription::params

◆ prefix

range_t ZSTDMT_jobDescription::prefix

◆ seqPool

ZSTDMT_seqPool* ZSTDMT_jobDescription::seqPool

◆ serial

serialState_t* ZSTDMT_jobDescription::serial

◆ src

range_t ZSTDMT_jobDescription::src

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