Searched defs:worker_thread (Results 1 – 4 of 4) sorted by relevance
36 struct worker_thread { struct38 worker_state state;41 uint8_t *in;44 size_t in_size;47 size_t in_filled;50 size_t in_pos;55 size_t out_pos;60 struct lzma_stream_coder *coder;65 const lzma_allocator *allocator;68 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