mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			211 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			211 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <ldsodefs.h>
 | 
						|
#include "pthread.h"
 | 
						|
#include "internals.h"
 | 
						|
 | 
						|
/* Array of active threads. Entry 0 is reserved for the initial thread. */
 | 
						|
struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX];
 |