Searched defs:worker_thread (Results 1 – 4 of 4) sorted by relevance
56 struct worker_thread { struct58 worker_state state;61 uint8_t *in;64 size_t in_size;67 size_t in_filled;70 size_t in_pos;75 size_t out_pos;80 struct lzma_stream_coder *coder;85 const lzma_allocator *allocator;88 lzma_outbuf *outbuf;[all …]
48 typedef struct worker_thread_s worker_thread; typedef
175 worker_thread(void *arg) in worker_thread() function
518 worker_thread(workqueue_t *wq) in worker_thread() function