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

1990/1018/port/stream.c (diff list | history)

1990/1011/sys/src/9/port/stream.c:1047,10531990/1018/sys/src/9/port/stream.c:1047,1055 (short | long | prev | next)
1990/0227    
void 
flowctl(Queue *q) 
{ 
1990/1018    
	qlock(&q->rlock); 
1990/0403    
	sleep(&q->r, notfull, q->next); 
1990/1018    
	qunlock(&q->rlock); 
1990/0227    
} 
 
/* 


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