| 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,81 – 1990/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(); } | |