Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c197 struct worker_thread *threads_free; member
486 thr->next = thr->coder->threads_free; in worker_decoder()
487 thr->coder->threads_free = thr; in worker_decoder()
514 coder->threads_free = NULL; in threads_end()
609 if (coder->threads_free != NULL) { in get_thread()
610 coder->thr = coder->threads_free; in get_thread()
611 coder->threads_free = coder->threads_free->next; in get_thread()
742 || coder->threads_free in read_output_and_wait()
1350 thr = coder->threads_free; in stream_decode_mt()
1926 coder->threads_free = NULL; in stream_decoder_mt_init()
H A Dstream_encoder_mt.c179 worker_thread *threads_free; member
424 thr->next = thr->coder->threads_free; in worker_start()
425 thr->coder->threads_free = thr; in worker_start()
561 if (coder->threads_free != NULL) { in get_thread()
562 coder->thr = coder->threads_free; in get_thread()
563 coder->threads_free = coder->threads_free->next; in get_thread()
697 while ((!has_input || coder->threads_free == NULL in wait_for_work()
1119 coder->threads_free = NULL; in stream_encoder_mt_init()