Home
last modified time | relevance | path

Searched refs:mythread_cond (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/xz/src/common/
H A Dmythread.h147 } mythread_cond; typedef
246 mythread_cond_init(mythread_cond *mycond) in mythread_cond_init()
284 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
292 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
300 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()
310 mythread_cond_timedwait(mythread_cond *cond, mythread_mutex *mutex, in mythread_cond_timedwait()
321 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond, in mythread_condtime_set()
374 typedef HANDLE mythread_cond; typedef
376 typedef CONDITION_VARIABLE mythread_cond; typedef
467 mythread_cond_init(mythread_cond *cond) in mythread_cond_init()
[all …]
/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c96 mythread_cond cond;
196 mythread_cond cond;
H A Dstream_decoder_mt.c114 mythread_cond cond;
209 mythread_cond cond;