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

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

1990/0227/sys/src/9/port/proc.c:231,2371990/03013/sys/src/9/port/proc.c:231,237 (short | long | prev | next)
Print both pids involved in double-sleep.
rsc Mon Mar 20 17:13:58 2006
1990/0227    
	 */ 
	p = u->p; 
	if(r->p) 
		print("double sleep %d\n", r->p->pid); 
1990/03013    
		print("double sleep %d %d\n", r->p->pid, p->pid); 
1990/0227    
	p->r = r; 
	p->wokeup = 0; 
	p->state = Wakeme; 


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