Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c272 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_encode()
324 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_encode()
384 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_start()
463 mythread_cond_wait(&coder->threads[i].cond, in threads_stop()
708 mythread_cond_wait(&coder->cond, in wait_for_work()
H A Dstream_decoder_mt.c385 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_decoder()
427 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_decoder()
864 mythread_cond_wait(&coder->cond, in read_output_and_wait()
/freebsd-14.2/contrib/xz/src/common/
H A Dmythread.h279 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait() function
478 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait() function