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

1991/0710/port/pgrp.c (diff list | history)

1991/0705/sys/src/9/port/pgrp.c:189,1971991/0710/sys/src/9/port/pgrp.c:189,198 (short | long | prev | next)
1991/0705    
void 
resrcwait(char *reason) 
{ 
	print("%s\n", reason); 
1991/0710    
	if(reason) 
		print("%s\n", reason); 
1990/0227    
	if(u == 0) 
1991/0705    
		panic("resched"); 
1991/0710    
		panic("resrcwait"); 
1990/0227    
	u->p->state = Wakeme; 
	alarm(1000, wakeme, u->p); 
	sched(); 


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