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

Public Attributes

ZSTD_pthread_mutex_t mutex
 
ZSTD_pthread_cond_t cond
 
ZSTD_CCtx_params params
 
ldmState_t ldmState
 
XXH64_state_t xxhState
 
unsigned nextJobID
 
ZSTD_pthread_mutex_t ldmWindowMutex
 
ZSTD_pthread_cond_t ldmWindowCond
 
ZSTD_window_t ldmWindow
 

Member Data Documentation

◆ cond

ZSTD_pthread_cond_t serialState_t::cond

◆ ldmState

ldmState_t serialState_t::ldmState

◆ ldmWindow

ZSTD_window_t serialState_t::ldmWindow

◆ ldmWindowCond

ZSTD_pthread_cond_t serialState_t::ldmWindowCond

◆ ldmWindowMutex

ZSTD_pthread_mutex_t serialState_t::ldmWindowMutex

◆ mutex

ZSTD_pthread_mutex_t serialState_t::mutex

◆ nextJobID

unsigned serialState_t::nextJobID

◆ params

ZSTD_CCtx_params serialState_t::params

◆ xxhState

XXH64_state_t serialState_t::xxhState

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