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

1991/0711/port/qlock.c (diff list | history)

1991/0705/sys/src/9/port/qlock.c:17,221991/0711/sys/src/9/port/qlock.c:17,24 (short | long | prev | next)
1991/0428    
		unlock(&q->queue); 
		return; 
	} 
1991/0711    
	if(u == 0) 
		panic("qlock"); 
1991/0428    
	p = q->tail; 
	if(p == 0) 
		q->head = u->p; 


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