Home
last modified time | relevance | path

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

/dports/archivers/lrzip/lrzip-0.631/
H A Dstream.c1134 sinfo->s[i].unext_thread = sinfo->s[i].base_thread; in open_stream_in()
1687 else if (s->uthread_no != s->unext_thread && !ucthread[s->uthread_no].busy && in fill_buffer()
1692 output_thread = s->unext_thread; in fill_buffer()
1697 if (unlikely(!join_pthread(control, threads[s->unext_thread], NULL))) in fill_buffer()
1699 ucthread[s->unext_thread].busy = 0; in fill_buffer()
1701 print_maxverbose("Taking decompressed data from thread %ld\n", s->unext_thread); in fill_buffer()
1702 s->buf = ucthread[s->unext_thread].s_buf; in fill_buffer()
1703 s->buflen = ucthread[s->unext_thread].u_len; in fill_buffer()
1707 if (++s->unext_thread == s->base_thread + s->total_threads) in fill_buffer()
1708 s->unext_thread = s->base_thread; in fill_buffer()
H A Dlrzip_private.h466 long unext_thread; member