| /plan9/sys/src/cmd/abaco/ |
| H A D | time.c | 16 static Timer *timer; 26 timerstop(Timer *t) in timerstop() 33 timercancel(Timer *t) in timercancel() 43 Timer **t, *x; in timerproc() 85 t = erealloc(t, na*sizeof(Timer*)); in timerproc() 98 ctimer = chancreate(sizeof(Timer*), 100); in timerinit() 102 Timer* 105 Timer *t; in timerstart() 111 t = emalloc(sizeof(Timer)); in timerstart()
|
| H A D | fns.h | 18 Timer* timerstart(int); 19 void timerstop(Timer*); 20 void timercancel(Timer*);
|
| H A D | dat.h | 10 typedef struct Timer Timer; typedef 282 struct Timer struct 287 Timer *next; argument
|
| /plan9/sys/src/cmd/acme/ |
| H A D | time.c | 15 static Timer *timer; 25 timerstop(Timer *t) in timerstop() 32 timercancel(Timer *t) in timercancel() 42 Timer **t, *x; in timerproc() 84 t = realloc(t, na*sizeof(Timer*)); in timerproc() 99 ctimer = chancreate(sizeof(Timer*), 100); in timerinit() 103 Timer* 106 Timer *t; in timerstart() 112 t = emalloc(sizeof(Timer)); in timerstart()
|
| H A D | fns.h | 47 Timer* timerstart(int); 48 void timerstop(Timer*); 49 void timercancel(Timer*);
|
| H A D | dat.h | 53 typedef struct Timer Timer; typedef 334 struct Timer struct 339 Timer *next; argument
|
| H A D | scrl.c | 84 Timer *timer; in scrsleep()
|
| /plan9/sys/src/cmd/rio/ |
| H A D | time.c | 14 static Timer *timer; 24 timerstop(Timer *t) in timerstop() 31 timercancel(Timer *t) in timercancel() 41 Timer **t, *x; in timerproc() 83 t = realloc(t, na*sizeof(Timer*)); in timerproc() 98 ctimer = chancreate(sizeof(Timer*), 100); in timerinit() 107 Timer* 110 Timer *t; in timerstart() 116 t = emalloc(sizeof(Timer)); in timerstart()
|
| H A D | fns.h | 13 void timerstop(Timer*); 14 void timercancel(Timer*); 15 Timer* timerstart(int);
|
| H A D | dat.h | 43 typedef struct Timer Timer; typedef 295 struct Timer struct 300 Timer *next; argument
|
| H A D | scrl.c | 96 Timer *timer; in wscrsleep()
|
| /plan9/sys/src/9/port/ |
| H A D | portclock.c | 17 Timer *head; 27 tadd(Timers *tt, Timer *nt) in tadd() 29 Timer *t, **last; in tadd() 72 tdel(Timer *dt) in tdel() 75 Timer *t, **last; in tdel() 96 timeradd(Timer *nt) in timeradd() 119 timerdel(Timer *dt) in timerdel() 171 Timer *t; in timerintr() 224 Timer *t; in timersinit() 241 Timer* [all …]
|
| H A D | edf.h | 38 Timer;
|
| H A D | portdat.h | 45 typedef struct Timer Timer; typedef 569 struct Timer struct 574 void (*tf)(Ureg*, Timer*); argument 581 Timer *tnext; argument 732 Timer; /* For tsleep and real-time */
|
| H A D | portfns.h | 3 Timer* addclock0link(void (*)(void), int); 336 void timeradd(Timer*); 337 void timerdel(Timer*);
|
| H A D | devloopback.c | 36 Timer ci; /* time to move packets from next packet from oq */ 102 static void linkintr(Ureg*, Timer *ci); 586 linkintr(Ureg*, Timer *ci) in linkintr()
|
| H A D | edf.c | 135 deadlineintr(Ureg*, Timer *t) in deadlineintr() 211 releaseintr(Ureg*, Timer *t) in releaseintr()
|
| /plan9/sys/src/9/mtx/ |
| H A D | cycintr.c | 15 timeradd(Timer *) in timeradd() argument 20 timerdel(Timer *) in timerdel() argument
|
| H A D | fns.h | 97 void timeradd(Timer *); 98 void timerdel(Timer *);
|
| /plan9/sys/src/9/ppc/ |
| H A D | devirq.c | 68 Timer; 95 ticmstimer(Ureg*, Timer *t) in ticmstimer() 115 timeradd(&ic->Timer); in irqenable() 139 timerdel(&ic->Timer); in irqdisable()
|
| H A D | fns.h | 101 void timeradd(Timer *); 102 void timerdel(Timer *);
|
| H A D | etherfcc.c | 157 Timer; 183 static void fccltimer(Ureg*, Timer*); 857 fccltimer(Ureg*, Timer *t) in fccltimer()
|
| /plan9/sys/src/cmd/ |
| H A D | aan.c | 20 Timer = 0, /* Alt channels. */ enumerator 165 a[Timer].c = timer; in threadmain() 203 case Timer: in threadmain()
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 53 typedef struct Timer Timer; typedef
|
| H A D | fns.h | 324 void timeradd(Timer*); 325 void timerdel(Timer*);
|