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

1996/0522/port/proc.c (diff list | history)

1996/0516/sys/src/9/port/proc.c:327,3321996/0522/sys/src/9/port/proc.c:327,333 (short | long | prev | next)
Initialize Proc.lockpri in newproc.
rsc Mon Mar 20 18:32:03 2006
1995/0102    
	p->wired = 0; 
1995/0115    
	p->ureg = 0; 
1996/0426    
	p->error[0] = '\0'; 
1996/0522    
	p->lockpri = 0; 
1993/0501    
	memset(p->seg, 0, sizeof p->seg); 
	p->pid = incref(&pidalloc); 
	p->noteid = incref(¬eidalloc); 


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