Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c62 struct worker_thread { struct
64 worker_state state;
67 uint8_t *in;
70 size_t in_size;
73 size_t in_filled;
76 size_t in_pos;
81 size_t out_pos;
100 size_t progress_in;
129 struct worker_thread *next; argument
132 mythread_cond cond;
[all …]
H A Dstream_encoder_mt.c49 typedef struct worker_thread_s worker_thread; typedef
/freebsd-14.2/tools/test/xregs_sig/
H A Dxregs_sig.c175 worker_thread(void *arg) in worker_thread() function
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c518 worker_thread(workqueue_t *wq) in worker_thread() function