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

1991/0710/gnot/clock.c (diff list | history)

1991/0614/sys/src/9/gnot/clock.c:41,471991/0710/sys/src/9/gnot/clock.c:41,50 (short | long | prev | next)
1991/0614    
			else 
				sched(); 
		} 
1990/1004    
		if(u->nnote && (ur->sr&SUPER)==0) 
			notify(ur); 
1991/0710    
		if((ur->sr&SUPER) == 0){ 
			(*(ulong*)(USTKTOP-BY2WD)) += TK2MS(1);	/* profiling clock */ 
			if(u->nnote) 
				notify(ur); 
		} 
1990/03091    
	} 
} 


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