Skip to content

Commit

Permalink
use a prio inheriting mutex for the threaded mainloop, to ease writin…
Browse files Browse the repository at this point in the history
…g of RT clients

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2059 fefdeb5f-60dc-0310-8127-8f9354f1896f
  • Loading branch information
poettering committed Nov 14, 2007
1 parent 461e369 commit 413a8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pulse/thread-mainloop.c
Expand Up @@ -103,7 +103,7 @@ pa_threaded_mainloop *pa_threaded_mainloop_new(void) {
return NULL;
}

m->mutex = pa_mutex_new(TRUE, FALSE);
m->mutex = pa_mutex_new(TRUE, TRUE);
m->cond = pa_cond_new();
m->accept_cond = pa_cond_new();
m->thread = NULL;
Expand Down

0 comments on commit 413a8f8

Please sign in to comment.