Home
last modified time | relevance | path

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

/NextBSD/contrib/xz/src/liblzma/common/
HDstream_encoder_mt.c158 worker_thread *threads_free; member
401 thr->next = thr->coder->threads_free; in worker_start()
402 thr->coder->threads_free = thr; in worker_start()
522 if (coder->threads_free != NULL) { in get_thread()
523 coder->thr = coder->threads_free; in get_thread()
524 coder->threads_free = coder->threads_free->next; in get_thread()
645 while ((!has_input || coder->threads_free == NULL in wait_for_work()
1016 next->coder->threads_free = NULL; in stream_encoder_mt_init()