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

1995/0110/carrera/trap.c (diff list | history)

1995/0109/sys/src/9/carrera/trap.c:397,4031995/0110/sys/src/9/carrera/trap.c:397,403 (short | long | prev | next)
1993/0904    
	} 
1994/0817    
 
	/* preemptive scheduling */ 
1995/0109    
	if(up && up->state == Running && anyhigher() && !up->inlock) 
1995/0110    
	if(up && up->state == Running && anyhigher()) 
1994/0817    
		sched(); 
1993/0903    
} 
 


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