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

1990/1012/gnot/clock.c (diff list | history)

1990/1004/sys/src/9/gnot/clock.c:14,231990/1012/sys/src/9/gnot/clock.c:14,23 (short | long | prev | next)
1990/03091    
{ 
	Alarm *a, *w, *pw; 
	ulong s; 
	if(ms < 0) 
		ms = 0; 
	a = newalarm(); 
1990/06111    
	a->dt = MS2TK(ms); 
1990/1012    
	if(a->dt < 0) 
		a->dt = 0; 
1990/03091    
	a->f = f; 
	a->arg = arg; 
	s = splhi(); 


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