| plan 9 kernel history: overview | file list | diff list |
2002/0329/port/edf.c (diff list | history)
| 2002/0329/sys/src/9/port/edf.c:412,418 – 2002/0330/sys/src/9/port/edf.c:412,420 (short | long | prev | next) | ||
| 2002/0327 | ||
| 2002/0328 | DPRINT("%d edfreleaseintr\n", m->machno); | |
| 2002/0327 | ||
| 2002/0330 | cycintrdel(&cycrelease); | |
| 2002/0328 | cycrelease.when = 0; | |
| 2002/0330 | clockintrsched(); | |
| 2002/0328 | ||
| 2002/0327 | if(active.exiting) return; | |
| 2002/0329/sys/src/9/port/edf.c:440,446 – 2002/0330/sys/src/9/port/edf.c:442,450 | ||
| 2002/0315 | ||
| 2002/0327 | DPRINT("%d edfdeadlineintr\n", m->machno); | |
| 2002/0330 | cycintrdel(&cycdeadline); | |
| 2002/0328 | cycdeadline.when = 0; | |
| 2002/0330 | clockintrsched(); | |
| 2002/0328 | ||
| 2002/0327 | if(active.exiting) return; | |