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

2002/0329/port/edf.c (diff list | history)

2002/0329/sys/src/9/port/edf.c:412,4182002/0330/sys/src/9/port/edf.c:412,420 (short | long | prev | next)
2002/0327    
 
2002/0328    
	DPRINT("%d edfreleaseintr\n", m->machno); 
2002/0327    
 
2002/0330    
	cycintrdel(&cycrelease); 
2002/0328    
	cycrelease.when = 0; 
2002/0330    
	clockintrsched(); 
2002/0328    
 
2002/0327    
	if(active.exiting) 
		return; 
2002/0329/sys/src/9/port/edf.c:440,4462002/0330/sys/src/9/port/edf.c:442,450
2002/0315    
 
2002/0327    
	DPRINT("%d edfdeadlineintr\n", m->machno); 
 
2002/0330    
	cycintrdel(&cycdeadline); 
2002/0328    
	cycdeadline.when = 0; 
2002/0330    
	clockintrsched(); 
2002/0328    
 
2002/0327    
	if(active.exiting) 
		return; 


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