Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dstream_encoder_mt.c159 worker_thread *threads_free; member
402 thr->next = thr->coder->threads_free; in worker_start()
403 thr->coder->threads_free = thr; in worker_start()
524 if (coder->threads_free != NULL) { in get_thread()
525 coder->thr = coder->threads_free; in get_thread()
526 coder->threads_free = coder->threads_free->next; in get_thread()
647 while ((!has_input || coder->threads_free == NULL in wait_for_work()
1027 coder->threads_free = NULL; in stream_encoder_mt_init()