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

1991/0607/power/clock.c (diff list | history)

1991/0607/sys/src/9/power/clock.c:109,1161991/0614/sys/src/9/power/clock.c:109,120 (short | long | prev | next)
1990/0227    
		} 
1990/1211    
		checkalarms(); 
1991/0215    
		if(u && (ur->status&IEP) && u->p && u->p->state==Running){ 
1991/0209    
			if(anyready()) 
				sched(); 
1991/0614    
			if(anyready()){ 
				if(u->p->hasspin) 
					u->p->hasspin = 0;	/* just in case */ 
				else 
					sched(); 
			} 
1991/0209    
			if(u->nnote && (ur->status&KUP)) 
				notify(ur); 
		} 


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