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

2000/0129/port/proc.c (diff list | history)

2000/0116/sys/src/9/port/proc.c:560,5672000/0129/sys/src/9/port/proc.c:560,572 (short | long | prev | next)
Zero out up->twhen if sleep errors out.
rsc Mon Mar 20 20:36:36 2006
1993/0501    
	*l = up; 
1992/0602    
	unlock(&talarm); 
 
2000/0129    
	if(waserror()){ 
		up->twhen = 0; 
		nexterror(); 
	} 
1992/0617    
	sleep(r, tfn, arg); 
1993/0501    
	up->twhen = 0; 
2000/0129    
	poperror(); 
1990/0227    
} 
 
1992/0909    
/* 


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