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

1990/0619/port/proc.c (diff list | history)

1990/0617/sys/src/9/port/proc.c:184,1891990/0619/sys/src/9/port/proc.c:184,190 (short | long | prev | next)
Set u->p->state = Wakeme before sleeping for more procs in newproc. (BUG FIX)
rsc Mon Mar 20 17:14:03 2006
1990/0227    
	print("no procs\n"); 
	if(u == 0) 
		panic("newproc"); 
1990/0619    
	u->p->state = Wakeme; 
1990/0227    
	alarm(1000, wakeme, u->p); 
	sched(); 
	goto loop; 


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