| plan 9 kernel history: overview | file list | diff list |
1991/0705/port/pgrp.c (diff list | history)
| 1991/0705/sys/src/9/port/pgrp.c:189,197 – 1991/0710/sys/src/9/port/pgrp.c:189,198 (short | long | prev | next) | ||
| 1991/0705 | void resrcwait(char *reason) { | |
| 1991/0710 | if(reason) print("%s\n", reason); | |
| 1990/0227 | if(u == 0) | |
| 1991/0705 |
| |
| 1991/0710 | panic("resrcwait"); | |
| 1990/0227 | u->p->state = Wakeme; alarm(1000, wakeme, u->p); sched(); | |