[polypaudio-commits] r828 - /trunk/src/polyp/thread-mainloop.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sat May 6 09:38:10 PDT 2006
Author: lennart
Date: Sat May 6 18:38:09 2006
New Revision: 828
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=828&root=polypaudio&view=rev
Log:
allow signalling from event loop thread
Modified:
trunk/src/polyp/thread-mainloop.c
Modified: trunk/src/polyp/thread-mainloop.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/thread-mainloop.c?rev=828&root=polypaudio&r1=827&r2=828&view=diff
==============================================================================
--- trunk/src/polyp/thread-mainloop.c (original)
+++ trunk/src/polyp/thread-mainloop.c Sat May 6 18:38:09 2006
@@ -184,9 +184,6 @@
void pa_threaded_mainloop_signal(pa_threaded_mainloop *m) {
assert(m);
- /* Make sure that this function is called from the helper thread */
- assert(m->thread_running && pthread_equal(pthread_self(), m->thread_id));
-
pthread_cond_broadcast(&m->cond);
}
More information about the pulseaudio-commits
mailing list