Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c48 typedef struct worker_thread_s worker_thread; typedef
93 worker_thread *next;
166 worker_thread *threads;
179 worker_thread *threads_free;
183 worker_thread *thr;
202 worker_error(worker_thread *thr, lzma_ret ret) in worker_error()
219 worker_encode(worker_thread *thr, size_t *out_pos, worker_state state) in worker_encode()
365 worker_thread *thr = thr_ptr; in worker_start()
499 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()
1122 options->threads * sizeof(worker_thread), in stream_encoder_mt_init()
[all …]
H A Dstream_decoder_mt.c36 struct worker_thread { struct
111 struct worker_thread *next; argument
190 struct worker_thread *threads;
197 struct worker_thread *threads_free;
201 struct worker_thread *thr;
323 struct worker_thread *thr = thr_ptr; in worker_enable_partial_update()
335 struct worker_thread *thr = thr_ptr; in worker_decoder()
558 coder->threads_max * sizeof(struct worker_thread), in initialize_new_thread()
567 struct worker_thread *thr in initialize_new_thread()
1345 struct worker_thread *thr = NULL; in stream_decode_mt()
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c175 worker_thread(void *arg) in worker_thread() function
246 error = pthread_create(&wt[i], NULL, worker_thread, in main()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c518 worker_thread(workqueue_t *wq) in worker_thread() function
708 (void *(*)(void *))worker_thread, wq); in start_threads()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04435 * ntpd/ntpd.c (was_alarmed, worker_thread): Likewise.