Searched refs:worker_thread (Results 1 – 3 of 3) sorted by relevance
49 typedef struct worker_thread_s worker_thread; typedef89 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 …]
584 worker_thread(void *v) in worker_thread() function806 if ((errno = pthread_create(&wq->wq_thread[i], NULL, worker_thread, wq)) != 0) in start_threads()
4435 * ntpd/ntpd.c (was_alarmed, worker_thread): Likewise.