summaryrefslogtreecommitdiffstats
path: root/src/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-11 13:17:19 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-11 13:17:19 +0000
commit68b98f711308ba09a35b78f23a0567f25090d620 (patch)
tree75d0dc3b541057bf5cbbf31b0a4c62ed4dc3cd02 /src/polyp
parente929aabc032ee91705acc8571f09affe41e297ae (diff)
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
Diffstat (limited to 'src/polyp')
-rw-r--r--src/polyp/thread-mainloop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/polyp/thread-mainloop.c b/src/polyp/thread-mainloop.c
index 90274f1c..916c89d8 100644
--- a/src/polyp/thread-mainloop.c
+++ b/src/polyp/thread-mainloop.c
@@ -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) {