mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	tests/thread-mainloop-test: check if threaded_mainloop_start() succeed
This commit is contained in:
		
							parent
							
								
									5ea7dac11c
								
							
						
					
					
						commit
						25bbea6749
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
 | 
			
		|||
    pa_assert_se(m = pa_threaded_mainloop_new());
 | 
			
		||||
    pa_assert_se(a = pa_threaded_mainloop_get_api(m));
 | 
			
		||||
 | 
			
		||||
    pa_threaded_mainloop_start(m);
 | 
			
		||||
    pa_assert_se(pa_threaded_mainloop_start(m) >= 0);
 | 
			
		||||
 | 
			
		||||
    pa_threaded_mainloop_lock(m);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue