plan 9 kernel history: overview | file list | diff list

2000/0107/port/portdat.h (diff list | history)

2000/0104/sys/src/9/port/portdat.h:70,752000/0107/sys/src/9/port/portdat.h:70,77 (short | long | prev | next)
add RWlock.wpc, RWlock.wproc
rsc Fri Mar 4 12:44:25 2005
1998/0325    
	Lock	use; 
	Proc	*head;		/* list of waiting processes */ 
	Proc	*tail; 
2000/0107    
	ulong	wpc;		/* pc of writer */ 
	Proc	*wproc;		/* writing proc */ 
1998/0325    
	int	readers;	/* number of readers */ 
	int	writer;		/* number of writers */ 
1991/1011    
}; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)