Lines Matching defs:worker_thread
61 struct worker_thread { struct
63 worker_state state;
66 uint8_t *in;
69 size_t in_size;
72 size_t in_filled;
75 size_t in_pos;
80 size_t out_pos;
85 struct lzma_stream_coder *coder;
90 const lzma_allocator *allocator;
93 lzma_outbuf *outbuf;
99 size_t progress_in;
102 size_t progress_out;
128 struct worker_thread *next; argument
130 mythread_mutex mutex;
131 mythread_cond cond;
135 mythread thread_id;