Searched refs:mythread_cond_wait (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/xz/src/liblzma/common/ |
| H A D | stream_encoder_mt.c | 271 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_encode() 323 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_encode() 383 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_start() 462 mythread_cond_wait(&coder->threads[i].cond, in threads_stop() 707 mythread_cond_wait(&coder->cond, in wait_for_work()
|
| H A D | stream_decoder_mt.c | 346 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_decoder() 379 mythread_cond_wait(&thr->cond, &thr->mutex); in worker_decoder() 846 mythread_cond_wait(&coder->cond, in read_output_and_wait()
|
| /src/contrib/xz/src/common/ |
| H A D | mythread.h | 300 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait() function 499 mythread_cond_wait(mythread_cond *cond, mythread_mutex *mutex) in mythread_cond_wait() function
|