Project Alice
|
#include <cover.h>
Public Attributes | |
ZSTD_pthread_mutex_t | mutex |
ZSTD_pthread_cond_t | cond |
size_t | liveJobs |
void * | dict |
size_t | dictSize |
ZDICT_cover_params_t | parameters |
size_t | compressedSize |
COVER_best_t is used for two purposes:
All of the methods except COVER_best_init() are thread safe if zstd is compiled with multithreaded support.
ZSTD_pthread_cond_t COVER_best_s::cond |
ZSTD_pthread_mutex_t COVER_best_s::mutex |