Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c650 mythread_condtime *wait_abs, bool *has_blocked) in read_output_and_wait() argument
834 mythread_condtime_set(wait_abs, in read_output_and_wait()
841 wait_abs) != 0) { in read_output_and_wait()
960 mythread_condtime wait_abs; in stream_decode_mt() local
1155 &wait_abs, &has_blocked)); in stream_decode_mt()
1217 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
1313 &wait_abs, &has_blocked)); in stream_decode_mt()
1543 &wait_abs, &has_blocked)); in stream_decode_mt()
1578 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
1639 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
[all …]
H A Dstream_encoder_mt.c667 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs, in wait_for_work() argument
684 mythread_condtime_set(wait_abs, &coder->cond, coder->timeout); in wait_for_work()
705 wait_abs) != 0; in wait_for_work()
744 mythread_condtime wait_abs = { 0 }; in stream_encode_mt() local
835 if (wait_for_work(coder, &wait_abs, &has_blocked, in stream_encode_mt()
/freebsd/contrib/xz/
H A DChangeLog15659 for the wait_abs struct in stream_encode_mt() to be used before it was