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

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

1991/0209/sys/src/9/power/clock.c:108,1151991/0215/sys/src/9/power/clock.c:108,114 (short | long | prev | next)
1990/0227    
			exit(); 
		} 
1990/1211    
		checkalarms(); 
1991/0209    
		p = m->proc; 
		if((ur->status&IEP) && p && p->state==Running){ 
1991/0215    
		if(u && (ur->status&IEP) && u->p && u->p->state==Running){ 
1991/0209    
			if(anyready()) 
				sched(); 
			if(u->nnote && (ur->status&KUP)) 


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