| libsqsh v1.5.2
    | 
Go to the source code of this file.
| Typedefs | |
| typedef void(* | sqsh_file_iterator_mt_cb) (const struct SqshFile *file, const struct SqshFileIterator *iterator, uint64_t offset, void *data, int err) | 
| typedef void(* | sqsh_file_to_stream_mt_cb) (const struct SqshFile *file, FILE *stream, void *data, int err) | 
| Functions | |
| int | sqsh_threadpool_wait (struct SqshThreadpool *pool) | 
Definition in file sqsh_posix.h.
| typedef void(* sqsh_file_iterator_mt_cb) (const struct SqshFile *file, const struct SqshFileIterator *iterator, uint64_t offset, void *data, int err) | 
Definition at line 50 of file sqsh_posix.h.
| typedef void(* sqsh_file_to_stream_mt_cb) (const struct SqshFile *file, FILE *stream, void *data, int err) | 
Definition at line 53 of file sqsh_posix.h.
| int sqsh_threadpool_wait | ( | struct SqshThreadpool * | pool | ) |