Searched refs:worker_thread (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c49 typedef struct worker_thread_s worker_thread; typedef in typeref:struct:worker_thread_s
89 worker_thread *next;
146 worker_thread *threads;
159 worker_thread *threads_free;
163 worker_thread *thr;
182 worker_error(worker_thread *thr, lzma_ret ret)
199 worker_encode(worker_thread *thr, worker_state state)
212 // array must be copied to each worker_thread.
348 worker_thread *thr = thr_ptr;
470 /// Initialize a new worker_thread structur
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c298 * back in worker_thread(), so we don't need to worry about pesky things
518 worker_thread(workqueue_t *wq) function
708 (void *(*)(void *))worker_thread, wq);

Completed in 47 milliseconds