| plan 9 kernel history: overview | file list | diff list |
1990/1012/gnot/clock.c (diff list | history)
| 1990/1004/sys/src/9/gnot/clock.c:14,23 – 1990/1012/sys/src/9/gnot/clock.c:14,23 (short | long | prev | next) | ||
| 1990/03091 | { Alarm *a, *w, *pw; ulong s; | |
| 1990/06111 | a->dt = MS2TK(ms); | |
| 1990/1012 | if(a->dt < 0) a->dt = 0; | |
| 1990/03091 | a->f = f; a->arg = arg; s = splhi(); | |