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

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

2002/0320/sys/src/9/port/edf.c:258,2642002/0321/sys/src/9/port/edf.c:258,265 (short | long | prev | next)
2002/0315    
	SET(nt); 
	if (p){ 
		nt = p->task; 
		assert(nt); 
2002/0321    
		if (nt == nil || nt->state != EdfRunning) 
			return; 
2002/0315    
	} 
	t = edfpop(); 
 


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