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

/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h122 } mythread_cond; typedef in typeref:struct:__anon5823
219 mythread_cond_init(mythread_cond *mycond)
257 mythread_cond_destroy(mythread_cond *cond)
265 mythread_cond_signal(mythread_cond *cond)
273 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex)
283 mythread_cond_timedwait(mythread_cond *cond, mythread_mutex *mutex,
294 mythread_condtime_set(mythread_condtime *condtime, const mythread_cond *cond,
347 typedef HANDLE mythread_cond; typedef
349 typedef CONDITION_VARIABLE mythread_cond; typedef
439 mythread_cond_init(mythread_cond *con
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c92 mythread_cond cond;
176 mythread_cond cond;

Completed in 110 milliseconds