Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dmythread.h124 typedef struct timespec mythread_condtime; typedef
284 const mythread_condtime *condtime) in mythread_cond_timedwait()
294 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
362 } mythread_condtime; typedef
486 const mythread_condtime *condtime) in mythread_cond_timedwait()
511 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_encoder_mt.c621 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs, in wait_for_work()
695 mythread_condtime wait_abs; in stream_encode_mt()