mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	use a prio inheriting mutex for the threaded mainloop, to ease writing of RT clients
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2059 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									461e36910a
								
							
						
					
					
						commit
						413a8f8917
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -103,7 +103,7 @@ pa_threaded_mainloop *pa_threaded_mainloop_new(void) {
 | 
				
			||||||
        return NULL;
 | 
					        return NULL;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    m->mutex = pa_mutex_new(TRUE, FALSE);
 | 
					    m->mutex = pa_mutex_new(TRUE, TRUE);
 | 
				
			||||||
    m->cond = pa_cond_new();
 | 
					    m->cond = pa_cond_new();
 | 
				
			||||||
    m->accept_cond = pa_cond_new();
 | 
					    m->accept_cond = pa_cond_new();
 | 
				
			||||||
    m->thread = NULL;
 | 
					    m->thread = NULL;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue