Home
last modified time | relevance | path

Searched refs:Timer (Results 1 – 25 of 34) sorted by relevance

12

/plan9/sys/src/cmd/abaco/
H A Dtime.c16 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 Dfns.h18 Timer* timerstart(int);
19 void timerstop(Timer*);
20 void timercancel(Timer*);
H A Ddat.h10 typedef struct Timer Timer; typedef
282 struct Timer struct
287 Timer *next; argument
/plan9/sys/src/cmd/acme/
H A Dtime.c15 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 Dfns.h47 Timer* timerstart(int);
48 void timerstop(Timer*);
49 void timercancel(Timer*);
H A Ddat.h53 typedef struct Timer Timer; typedef
334 struct Timer struct
339 Timer *next; argument
H A Dscrl.c84 Timer *timer; in scrsleep()
/plan9/sys/src/cmd/rio/
H A Dtime.c14 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 Dfns.h13 void timerstop(Timer*);
14 void timercancel(Timer*);
15 Timer* timerstart(int);
H A Ddat.h43 typedef struct Timer Timer; typedef
295 struct Timer struct
300 Timer *next; argument
H A Dscrl.c96 Timer *timer; in wscrsleep()
/plan9/sys/src/9/port/
H A Dportclock.c17 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 Dedf.h38 Timer;
H A Dportdat.h45 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 Dportfns.h3 Timer* addclock0link(void (*)(void), int);
336 void timeradd(Timer*);
337 void timerdel(Timer*);
H A Ddevloopback.c36 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 Dedf.c135 deadlineintr(Ureg*, Timer *t) in deadlineintr()
211 releaseintr(Ureg*, Timer *t) in releaseintr()
/plan9/sys/src/9/mtx/
H A Dcycintr.c15 timeradd(Timer *) in timeradd() argument
20 timerdel(Timer *) in timerdel() argument
H A Dfns.h97 void timeradd(Timer *);
98 void timerdel(Timer *);
/plan9/sys/src/9/ppc/
H A Ddevirq.c68 Timer;
95 ticmstimer(Ureg*, Timer *t) in ticmstimer()
115 timeradd(&ic->Timer); in irqenable()
139 timerdel(&ic->Timer); in irqdisable()
H A Dfns.h101 void timeradd(Timer *);
102 void timerdel(Timer *);
H A Detherfcc.c157 Timer;
183 static void fccltimer(Ureg*, Timer*);
857 fccltimer(Ureg*, Timer *t) in fccltimer()
/plan9/sys/src/cmd/
H A Daan.c20 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 Ddat.h53 typedef struct Timer Timer; typedef
H A Dfns.h324 void timeradd(Timer*);
325 void timerdel(Timer*);

12