mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 10:18:41 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			196 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
PR_BlockClockInterrupts
 | 
						|
=======================
 | 
						|
 | 
						|
Blocks the timer signal used for preemptive scheduling.
 | 
						|
 | 
						|
 | 
						|
Syntax
 | 
						|
------
 | 
						|
 | 
						|
.. code::
 | 
						|
 | 
						|
   #include <prinit.h>
 | 
						|
 | 
						|
   void PR_BlockClockInterrupts(void);
 |