Searched refs:mythread_cond_wait (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/xz/src/liblzma/common/ |
| H A D | stream_encoder_mt.c | 272 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 D | stream_decoder_mt.c | 385 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 D | mythread.h | 279 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
|