| 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,1053 – 1990/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 | } /* | |