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

1998/0512/port/portdat.h (diff list | history)

1998/0512/sys/src/9/port/portdat.h:611,6161998/0516/sys/src/9/port/portdat.h:611,619 (short | long | prev | next)
Add preempted to struct Proc.
rsc Fri Mar 4 12:44:25 2005
1995/0110    
	ulong	movetime;	/* last time process switched processors */ 
	ulong	readytime;	/* time process went ready */ 
1996/0516    
	ulong	lockpri;	/* priority of process holding lock we're trying for */ 
1998/0516    
	int	preempted;	/* true if this process hasn't finished the interrupt 
				 *  that last preempted it 
				 */ 
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)