Searched defs:worker_thread (Results 1 – 4 of 4) sorted by relevance
61 struct worker_thread { struct63 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;[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