Home
last modified time | relevance | path

Searched defs:worker_thread (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c56 struct worker_thread { struct
58 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 …]
H A Dstream_encoder_mt.c48 typedef struct worker_thread_s worker_thread; typedef
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c175 worker_thread(void *arg) in worker_thread() function
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c518 worker_thread(workqueue_t *wq) in worker_thread() function