mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 10:18:41 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
PRCondVar
 | 
						|
=========
 | 
						|
 | 
						|
Structure for a condition variable.
 | 
						|
 | 
						|
 | 
						|
Syntax
 | 
						|
------
 | 
						|
 | 
						|
.. code::
 | 
						|
 | 
						|
   #include <prcvar.h>
 | 
						|
 | 
						|
   typedef struct PRCondVar PRCondVar;
 | 
						|
 | 
						|
 | 
						|
Description
 | 
						|
-----------
 | 
						|
 | 
						|
An NSPR condition variable is an opaque object identified by a pointer.
 |