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

1991/0727/port/portdat.h (diff list | history)

1991/0724/sys/src/9/port/portdat.h:70,761991/0727/sys/src/9/port/portdat.h:70,76 (short | long | prev | next)
Change Alarms QLock to Lock. In Proc: add notepending, remove wokeup.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
 
1991/0513    
struct Alarms 
{ 
	QLock; 
1991/0727    
	Lock; 
1991/0513    
	Proc	*head; 
}; 
 
1991/0724/sys/src/9/port/portdat.h:492,4981991/0727/sys/src/9/port/portdat.h:492,498
1991/0428    
	Lock	debug;			/* to access debugging elements of User */ 
	Rendez	*r;			/* rendezvous point slept on */ 
	Rendez	sleep;			/* place for tsleep and syssleep */ 
	int	wokeup;			/* whether sleep was interrupted */ 
1991/0727    
	int	notepending;		/* note issued but not acted on */ 
1991/0428    
	ulong	pc;			/* DEBUG only */ 
	int	kp;			/* true if a kernel process */ 
1991/0513    
	Proc	*palarm;		/* Next alarm time */ 


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