Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c49 typedef struct worker_thread_s worker_thread; typedef
94 worker_thread *next;
167 worker_thread *threads;
180 worker_thread *threads_free;
184 worker_thread *thr;
203 worker_error(worker_thread *thr, lzma_ret ret) in worker_error()
220 worker_encode(worker_thread *thr, size_t *out_pos, worker_state state) in worker_encode()
366 worker_thread *thr = thr_ptr; in worker_start()
500 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()
1125 options->threads * sizeof(worker_thread), in stream_encoder_mt_init()
[all …]
H A Dstream_decoder_mt.c62 struct worker_thread { struct
129 struct worker_thread *next; argument
208 struct worker_thread *threads;
215 struct worker_thread *threads_free;
219 struct worker_thread *thr;
341 struct worker_thread *thr = thr_ptr; in worker_enable_partial_update()
353 worker_stop(struct worker_thread *thr) in worker_stop()
374 struct worker_thread *thr = thr_ptr; in worker_decoder()
577 coder->threads_max * sizeof(struct worker_thread), in initialize_new_thread()
586 struct worker_thread *thr in initialize_new_thread()
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/ntp/
H A DCommitLog-4.1.04435 * ntpd/ntpd.c (was_alarmed, worker_thread): Likewise.