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

1992/0602/port/pgrp.c (diff list | history)

1992/0520/sys/src/9/port/pgrp.c:199,2071992/0602/sys/src/9/port/pgrp.c:199,206 (short | long | prev | next)
1991/1110    
	} 
1990/0227    
	if(u == 0) 
1991/0710    
		panic("resrcwait"); 
1990/0227    
	u->p->state = Wakeme; 
	alarm(1000, wakeme, u->p); 
	sched(); 
1992/0602    
 
	tsleep(&u->p->sleep, return0, 0, 1000); 
1991/1110    
	u->p->psstate = p; 
1990/0227    
} 
 


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