mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
don't signal the accept_cond automatically when waiting for a signal event
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@845 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e929aabc03
commit
68b98f7113
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ void pa_threaded_mainloop_wait(pa_threaded_mainloop *m) {
|
|||
pthread_cond_wait(&m->cond, &m->mutex);
|
||||
assert(m->n_waiting > 0);
|
||||
m->n_waiting --;
|
||||
pthread_cond_signal(&m->accept_cond);
|
||||
}
|
||||
|
||||
void pa_threaded_mainloop_accept(pa_threaded_mainloop *m) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue