Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_encoder_mt.c49 typedef struct worker_thread_s worker_thread; typedef
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) in worker_error()
199 worker_encode(worker_thread *thr, worker_state state) in worker_encode()
348 worker_thread *thr = thr_ptr; in worker_start()
475 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()
1030 options->threads * sizeof(worker_thread), in stream_encoder_mt_init()
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfmerge.c584 worker_thread(void *v) in worker_thread() function
806 if ((errno = pthread_create(&wq->wq_thread[i], NULL, worker_thread, wq)) != 0) in start_threads()
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.04435 * ntpd/ntpd.c (was_alarmed, worker_thread): Likewise.