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

1991/0711/ss/clock.c (diff list | history)

1990/1227/sys/src/9/ss/clock.c:59,651991/0711/sys/src/9/ss/clock.c:59,68 (short | long | prev | next)
1990/1227    
	if((ur->psr&SPL(0xF))==0 && p && p->state==Running){ 
		if(anyready()) 
			sched(); 
		if(u->nnote && (ur->psr&PSRPSUPER)==0) 
1990/1223    
			notify(ur); 
1991/0711    
		if((ur->psr&PSRPSUPER) == 0){ 
			*(ulong*)(USTKTOP-BY2WD) += TK2MS(1); 
			if(u->nnote) 
				notify(ur); 
		} 
1990/1223    
	} 
} 


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