| plan 9 kernel history: overview | file list | diff list |
2001/0315/port/portdat.h (diff list | history)
| 2001/0127/sys/src/9/port/portdat.h:41,46 – 2001/0315/sys/src/9/port/portdat.h:41,47 (short | long | prev | next) | ||
|
add Watchdog, Proc.fixedpri
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0602 | typedef struct Talarm Talarm; | |
| 1994/0221 | typedef struct Target Target; | |
| 1991/0926 | typedef struct Waitq Waitq; | |
| 2001/0315 | typedef struct Watchdog Watchdog; | |
| 1992/0307 | typedef int Devgen(Chan*, Dirtab*, int, int, Dir*); | |
| 1991/0428 | ||
| 1999/0316 | ||
| 2001/0127/sys/src/9/port/portdat.h:613,618 – 2001/0315/sys/src/9/port/portdat.h:614,620 | ||
| 1995/0110 | Mach *mp; /* machine this process last ran on */ ulong priority; /* priority level */ ulong basepri; /* base priority level */ | |
| 2001/0315 | uchar fixedpri; /* priority level deson't change */ | |
| 1995/0110 | ulong rt; /* # ticks used since last blocked */ ulong art; /* avg # ticks used since last blocked */ ulong movetime; /* last time process switched processors */ | |