Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c215 struct worker_thread *threads_free; member
363 thr->next = thr->coder->threads_free; in worker_stop()
364 thr->coder->threads_free = thr; in worker_stop()
538 coder->threads_free = NULL; in threads_end()
628 if (coder->threads_free != NULL) { in get_thread()
629 coder->thr = coder->threads_free; in get_thread()
630 coder->threads_free = coder->threads_free->next; in get_thread()
760 || coder->threads_free in read_output_and_wait()
1370 thr = coder->threads_free; in stream_decode_mt()
1940 coder->threads_free = NULL; in stream_decoder_mt_init()
H A Dstream_encoder_mt.c180 worker_thread *threads_free; member
425 thr->next = thr->coder->threads_free; in worker_start()
426 thr->coder->threads_free = thr; in worker_start()
562 if (coder->threads_free != NULL) { in get_thread()
563 coder->thr = coder->threads_free; in get_thread()
564 coder->threads_free = coder->threads_free->next; in get_thread()
698 while ((!has_input || coder->threads_free == NULL in wait_for_work()
1122 coder->threads_free = NULL; in stream_encoder_mt_init()