Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dmythread.h149 typedef struct timespec mythread_condtime; typedef
311 const mythread_condtime *condtime) in mythread_cond_timedwait()
321 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
389 } mythread_condtime; typedef
514 const mythread_condtime *condtime) in mythread_cond_timedwait()
539 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c667 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs, in wait_for_work()
744 mythread_condtime wait_abs = { 0 }; in stream_encode_mt()
H A Dstream_decoder_mt.c650 mythread_condtime *wait_abs, bool *has_blocked) in read_output_and_wait()
960 mythread_condtime wait_abs; in stream_decode_mt()
/freebsd/contrib/xz/
H A DChangeLog19324 though because struct timespec is needed for mythread_condtime.