Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/xz/src/liblzma/common/
HDstream_decoder_mt.c667 mythread_condtime *wait_abs, bool *has_blocked) in read_output_and_wait() argument
851 mythread_condtime_set(wait_abs, in read_output_and_wait()
858 wait_abs) != 0) { in read_output_and_wait()
977 mythread_condtime wait_abs; in stream_decode_mt() local
1172 &wait_abs, &has_blocked)); in stream_decode_mt()
1235 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
1332 &wait_abs, &has_blocked)); in stream_decode_mt()
1556 &wait_abs, &has_blocked)); in stream_decode_mt()
1587 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
1649 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
[all …]
HDstream_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()
745 mythread_condtime wait_abs = { 0 }; in stream_encode_mt() local
836 if (wait_for_work(coder, &wait_abs, &has_blocked, in stream_encode_mt()
/freebsd-14-stable/sys/dev/sound/midi/
HDsequencer.c305 static void timer_wait(struct seq_softc *t, int ticks, int wait_abs);
343 timer_wait(struct seq_softc *t, int ticks, int wait_abs) in timer_wait() argument
369 t->tempo, t->timerbase, ticks, wait_abs, i); in timer_wait()
372 if (wait_abs != 0) { in timer_wait()
/freebsd-14-stable/contrib/xz/
HDChangeLog10592 for the wait_abs struct in stream_encode_mt() to be used before it was