| plan 9 kernel history: overview | file list | diff list |
2002/0321/port/edf.c (diff list | history)
| 2002/0320/sys/src/9/port/edf.c:258,264 – 2002/0321/sys/src/9/port/edf.c:258,265 (short | long | prev | next) | ||
| 2002/0315 | SET(nt); if (p){ nt = p->task; | |
| 2002/0321 | if (nt == nil || nt->state != EdfRunning) return; | |
| 2002/0315 | } t = edfpop(); | |