Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c668 mythread_condtime *wait_abs, bool *has_blocked) in read_output_and_wait() argument
852 mythread_condtime_set(wait_abs, in read_output_and_wait()
859 wait_abs) != 0) { in read_output_and_wait()
978 mythread_condtime wait_abs; in stream_decode_mt() local
1173 &wait_abs, &has_blocked)); in stream_decode_mt()
1236 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
1333 &wait_abs, &has_blocked)); in stream_decode_mt()
1557 &wait_abs, &has_blocked)); in stream_decode_mt()
1588 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
1650 NULL, true, &wait_abs, &has_blocked)); in stream_decode_mt()
[all …]
H A Dstream_encoder_mt.c668 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs, in wait_for_work() argument
685 mythread_condtime_set(wait_abs, &coder->cond, coder->timeout); in wait_for_work()
706 wait_abs) != 0; in wait_for_work()
746 mythread_condtime wait_abs = { 0 }; in stream_encode_mt() local
837 if (wait_for_work(coder, &wait_abs, &has_blocked, in stream_encode_mt()
/freebsd-14.2/sys/dev/sound/midi/
H A Dsequencer.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.2/contrib/xz/
H A DChangeLog1376 for the wait_abs struct in stream_encode_mt() to be used before it was