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

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
 

Detailed Description

Definition at line 652 of file zstdmt_compress.c.

Member Data Documentation

◆ bufPool

ZSTDMT_bufferPool* ZSTDMT_jobDescription::bufPool

Definition at line 658 of file zstdmt_compress.c.

◆ cctxPool

ZSTDMT_CCtxPool* ZSTDMT_jobDescription::cctxPool

Definition at line 657 of file zstdmt_compress.c.

◆ cdict

const ZSTD_CDict* ZSTDMT_jobDescription::cdict

Definition at line 668 of file zstdmt_compress.c.

◆ consumed

size_t ZSTDMT_jobDescription::consumed

Definition at line 653 of file zstdmt_compress.c.

◆ cSize

size_t ZSTDMT_jobDescription::cSize

Definition at line 654 of file zstdmt_compress.c.

◆ dstBuff

buffer_t ZSTDMT_jobDescription::dstBuff

Definition at line 661 of file zstdmt_compress.c.

◆ dstFlushed

size_t ZSTDMT_jobDescription::dstFlushed

Definition at line 670 of file zstdmt_compress.c.

◆ firstJob

unsigned ZSTDMT_jobDescription::firstJob

Definition at line 665 of file zstdmt_compress.c.

◆ frameChecksumNeeded

unsigned ZSTDMT_jobDescription::frameChecksumNeeded

Definition at line 671 of file zstdmt_compress.c.

◆ fullFrameSize

unsigned long long ZSTDMT_jobDescription::fullFrameSize

Definition at line 669 of file zstdmt_compress.c.

◆ job_cond

ZSTD_pthread_cond_t ZSTDMT_jobDescription::job_cond

Definition at line 656 of file zstdmt_compress.c.

◆ job_mutex

ZSTD_pthread_mutex_t ZSTDMT_jobDescription::job_mutex

Definition at line 655 of file zstdmt_compress.c.

◆ jobID

unsigned ZSTDMT_jobDescription::jobID

Definition at line 664 of file zstdmt_compress.c.

◆ lastJob

unsigned ZSTDMT_jobDescription::lastJob

Definition at line 666 of file zstdmt_compress.c.

◆ params

ZSTD_CCtx_params ZSTDMT_jobDescription::params

Definition at line 667 of file zstdmt_compress.c.

◆ prefix

range_t ZSTDMT_jobDescription::prefix

Definition at line 662 of file zstdmt_compress.c.

◆ seqPool

ZSTDMT_seqPool* ZSTDMT_jobDescription::seqPool

Definition at line 659 of file zstdmt_compress.c.

◆ serial

serialState_t* ZSTDMT_jobDescription::serial

Definition at line 660 of file zstdmt_compress.c.

◆ src

range_t ZSTDMT_jobDescription::src

Definition at line 663 of file zstdmt_compress.c.


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