mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
PR_GetThreadScope
 | 
						|
=================
 | 
						|
 | 
						|
Gets the scoping of the current thread.
 | 
						|
 | 
						|
 | 
						|
Syntax
 | 
						|
------
 | 
						|
 | 
						|
.. code::
 | 
						|
 | 
						|
   #include <prthread.h>
 | 
						|
 | 
						|
   PRThreadScope PR_GetThreadScope(void);
 | 
						|
 | 
						|
 | 
						|
Returns
 | 
						|
~~~~~~~
 | 
						|
 | 
						|
A value of type :ref:`PRThreadScope` indicating whether the thread is local
 | 
						|
or global.
 |