Home
last modified time | relevance | path

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

/dragonfly/contrib/xz/src/common/
H A Dmythread.h122 } mythread_cond; typedef
219 mythread_cond_init(mythread_cond *mycond) in mythread_cond_init()
257 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
265 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
273 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait()
347 typedef HANDLE mythread_cond; typedef
349 typedef CONDITION_VARIABLE mythread_cond; typedef
439 mythread_cond_init(mythread_cond *cond) in mythread_cond_init()
451 mythread_cond_destroy(mythread_cond *cond) in mythread_cond_destroy()
461 mythread_cond_signal(mythread_cond *cond) in mythread_cond_signal()
[all …]
/dragonfly/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c92 mythread_cond cond;
176 mythread_cond cond;