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

1991/0801/pc/clock.c (diff list | history)

1991/0730/sys/src/9/pc/clock.c:69,761991/0801/sys/src/9/pc/clock.c:69,76 (short | long | prev | next)
1991/0706    
		if (p->state==Running) 
			p->time[p->insyscall]++; 
	} 
1991/0730    
/* 
	if(u && (ur->flags&IFLAG) && p && p->state==Running){ 
1991/0801    
 
/*	if(u && p && p->state==Running){ 
1991/0730    
		if(anyready()){ 
			if(p->hasspin) 
				p->hasspin = 0; 
1991/0730/sys/src/9/pc/clock.c:77,821991/0801/sys/src/9/pc/clock.c:77,81
1991/0730    
			else 
				sched(); 
		} 
	} 
/**/ 
1991/0801    
	}/**/ 
1991/0705    
} 


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