| plan 9 kernel history: overview | file list | diff list |
2002/0319/port/edf.c (diff list | history)
| 2002/0316/sys/src/9/port/edf.c:777,782 – 2002/0319/sys/src/9/port/edf.c:777,784 (short | long | prev | next) | ||
| 2002/0315 | int edf_waitlock(Lock *l) { | |
| 2002/0319 | Task *t; | |
| 2002/0315 | iprint("edf_waitlock\n"); ilock(&waitlock); /* can't afford normal locks here */ if (l->key == 0){ | |