Searched refs:mythread_condtime (Results 1 – 4 of 4) sorted by relevance
149 typedef struct timespec mythread_condtime; typedef311 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; typedef514 const mythread_condtime *condtime) in mythread_cond_timedwait()539 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
667 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()
650 mythread_condtime *wait_abs, bool *has_blocked) in read_output_and_wait()960 mythread_condtime wait_abs; in stream_decode_mt()
19324 though because struct timespec is needed for mythread_condtime.