![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <fileio_asyncio.h>
Data Fields | |
POOL_ctx * | threadPool |
int | threadPoolActive |
int | totalIoJobs |
const FIO_prefs_t * | prefs |
POOL_function | poolFunction |
FILE * | file |
ZSTD_pthread_mutex_t | ioJobsMutex |
void * | availableJobs [MAX_IO_JOBS] |
int | availableJobsCount |
size_t | jobBufferSize |
void * availableJobs |
int availableJobsCount |
FILE * file |
ZSTD_pthread_mutex_t ioJobsMutex |
size_t jobBufferSize |
POOL_function poolFunction |
const FIO_prefs_t * prefs |
POOL_ctx * threadPool |
int threadPoolActive |
int totalIoJobs |