Searched defs:chapter_writer (Results 1 – 2 of 2) sorted by relevance
53 struct chapter_writer { struct55 struct uds_index *index;57 struct thread *thread;59 struct mutex mutex;61 struct cond_var cond;63 bool stop;65 int result;67 size_t memory_size;69 unsigned int zones_to_write;71 struct open_chapter_index *open_chapter_index;[all …]
52 struct chapter_writer *chapter_writer; member