Home
last modified time | relevance | path

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

/src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c271 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 Dstream_decoder_mt.c346 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 Dmythread.h300 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