| plan 9 kernel history: overview | file list | diff list |
1991/0727/port/portdat.h (diff list | history)
| 1991/0724/sys/src/9/port/portdat.h:70,76 – 1991/0727/sys/src/9/port/portdat.h:70,76 (short | long | prev | next) | ||
|
Change Alarms QLock to Lock. In Proc: add notepending, remove wokeup.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | ||
| 1991/0513 | struct Alarms { | |
| 1991/0727 | Lock; | |
| 1991/0513 | Proc *head; }; | |
| 1991/0724/sys/src/9/port/portdat.h:492,498 – 1991/0727/sys/src/9/port/portdat.h:492,498 | ||
| 1991/0428 | Lock debug; /* to access debugging elements of User */ Rendez *r; /* rendezvous point slept on */ Rendez sleep; /* place for tsleep and syssleep */ | |
| 1991/0727 | int notepending; /* note issued but not acted on */ | |
| 1991/0428 | ulong pc; /* DEBUG only */ int kp; /* true if a kernel process */ | |
| 1991/0513 | Proc *palarm; /* Next alarm time */ | |