Lines Matching defs:worker_thread
62 struct worker_thread { struct
64 worker_state state;
67 uint8_t *in;
70 size_t in_size;
73 size_t in_filled;
76 size_t in_pos;
81 size_t out_pos;
86 struct lzma_stream_coder *coder;
91 const lzma_allocator *allocator;
94 lzma_outbuf *outbuf;
100 size_t progress_in;
103 size_t progress_out;
129 struct worker_thread *next; argument
131 mythread_mutex mutex;
132 mythread_cond cond;
136 mythread thread_id;