| plan 9 kernel history: overview | file list | diff list |
1991/0614/power/clock.c (diff list | history)
| 1991/0607/sys/src/9/power/clock.c:109,116 – 1991/0614/sys/src/9/power/clock.c:109,120 (short | long | prev | next) | ||
| 1990/0227 | } | |
| 1990/1211 | checkalarms(); | |
| 1991/0215 | if(u && (ur->status&IEP) && u->p && u->p->state==Running){ | |
| 1991/0209 |
| |
| 1991/0614 | if(anyready()){ if(u->p->hasspin) u->p->hasspin = 0; /* just in case */ else sched(); } | |
| 1991/0209 | if(u->nnote && (ur->status&KUP)) notify(ur); } | |