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

1999/0110/port/portdat.h (diff list | history)

1999/0108/sys/src/9/port/portdat.h:326,3321999/0110/sys/src/9/port/portdat.h:326,331 (short | long | prev | next)
remove Image.rdlock, add Proc.qpc
rsc Fri Mar 4 12:44:25 2005
1991/0705    
	Image	*hash;			/* Qid hash chains */ 
	Image	*next;			/* Free list */ 
1994/0817    
	int	notext;			/* no file associated */ 
1999/0108    
	QLock	rdlock;			/* mutex for reading from image */ 
1991/0428    
}; 
 
1991/0705    
struct Pte 
1999/0108/sys/src/9/port/portdat.h:622,6271999/0110/sys/src/9/port/portdat.h:621,627
1998/0516    
	int	preempted;	/* true if this process hasn't finished the interrupt 
				 *  that last preempted it 
				 */ 
1999/0110    
	ulong	qpc;		/* pc calling last blocking qlock */ 
1993/1204    
 
1993/0501    
	void	*ureg;		/* User registers for notes */ 
	void	*dbgreg;	/* User registers for devproc */ 


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