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

1990/05313/gnot/lock.c (diff list | history)

1990/0403/sys/src/9/gnot/lock.c:76,811990/05313/sys/src/9/gnot/lock.c:76,82 (short | long | prev | next)
1990/03091    
	q->tail = u->p; 
	u->p->qnext = 0; 
	u->p->state = Queueing; 
1990/05313    
	u->p->qlock = q;	/* DEBUG */ 
1990/03091    
	unlock(&q->queue); 
	sched(); 
} 


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