Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 25 of 30) sorted by relevance

12

/plan9/sys/src/cmd/abaco/
H A Dtime.c16 static Timer *timer; variable
28 t->next = timer; in timerstop()
29 timer = t; in timerstop()
107 t = timer; in timerstart()
109 timer = timer->next; in timerstart()
H A Dmain.c195 Timer *timer; in keyboardthread() local
209 timer = nil; in keyboardthread()
214 timerstop(timer); in keyboardthread()
226 if(timer != nil) in keyboardthread()
227 timercancel(timer); in keyboardthread()
230 timer = timerstart(500); in keyboardthread()
231 alts[KTimer].c = timer->c; in keyboardthread()
234 timer = nil; in keyboardthread()
H A Dscrl.c84 Timer *timer; in scrsleep() local
87 timer = timerstart(dt); in scrsleep()
88 alts[0].c = timer->c; in scrsleep()
98 timerstop(timer); in scrsleep()
101 timercancel(timer); in scrsleep()
/plan9/sys/src/cmd/acme/
H A Dtime.c15 static Timer *timer; variable
27 t->next = timer; in timerstop()
28 timer = t; in timerstop()
108 t = timer; in timerstart()
110 timer = timer->next; in timerstart()
H A Dscrl.c84 Timer *timer; in scrsleep() local
87 timer = timerstart(dt); in scrsleep()
88 alts[0].c = timer->c; in scrsleep()
98 timerstop(timer); in scrsleep()
101 timercancel(timer); in scrsleep()
H A Dacme.c360 Timer *timer; in keyboardthread() local
373 timer = nil; in keyboardthread()
379 timerstop(timer); in keyboardthread()
398 if(timer != nil) in keyboardthread()
399 timercancel(timer); in keyboardthread()
401 timer = timerstart(500); in keyboardthread()
402 alts[KTimer].c = timer->c; in keyboardthread()
405 timer = nil; in keyboardthread()
/plan9/sys/src/cmd/rio/
H A Dtime.c14 static Timer *timer; variable
26 t->next = timer; in timerstop()
27 timer = t; in timerstop()
112 t = timer; in timerstart()
114 timer = timer->next; in timerstart()
H A Dscrl.c96 Timer *timer; in wscrsleep() local
100 timer = timerstart(dt); in wscrsleep()
103 alts[0].c = timer->c; in wscrsleep()
113 timerstop(timer); in wscrsleep()
117 timercancel(timer); in wscrsleep()
/plan9/sys/src/games/mp3dec/
H A Dtimer.h82 # define mad_timer_reset(timer) ((void) (*(timer) = mad_timer_zero)) argument
86 # define mad_timer_sign(timer) mad_timer_compare((timer), mad_timer_zero) argument
H A Dmad.h623 # define mad_timer_reset(timer) ((void) (*(timer) = mad_timer_zero)) argument
627 # define mad_timer_sign(timer) mad_timer_compare((timer), mad_timer_zero) argument
/plan9/sys/src/cmd/
H A Dclock.c72 int key, timer; in main() local
86 timer = etimer(0, t); in main()
98 } else if(key == timer) { in main()
H A Daan.c105 Channel *timer; in threadmain() local
144 timer = chancreate(sizeof(uchar *), 1); in threadmain()
162 if (proccreate(timerproc, timer, Stacksize) < 0) in threadmain()
165 a[Timer].c = timer; in threadmain()
423 Channel *timer = x; in timerproc() local
427 sendp(timer, "timer"); in timerproc()
/plan9/sys/src/games/sokoban/
H A Dsokoban.c221 int timer; in main() local
244 timer = etimer(0, 200); in main()
358 if (e == timer) { in main()
/plan9/sys/src/9/ip/
H A Dtcp.c257 Tcptimer timer; /* Activity timer */ member
510 s->timer.start, s->timer.count, s->rerecv, in tcpstate()
832 tcphalt(tpriv, &tcb->timer); in localclose()
899 tcb->timer.start = tcp_irtt / MSPTICK; in inittcpctl()
900 tcb->timer.func = tcptimeout; in inittcpctl()
901 tcb->timer.arg = s; in inittcpctl()
1752 tcb->timer.arg = new; in tcpincoming()
1753 tcb->timer.state = TcptimerOFF; in tcpincoming()
2052 tcpgo(tpriv, &tcb->timer); in update()
2055 tcphalt(tpriv, &tcb->timer); in update()
[all …]
/plan9/sys/doc/fs/
H A Dp133 1 ilt IL timer process
/plan9/sys/src/cmd/usb/serial/
H A Dserial.h54 vlong timer; member
H A Dserial.c259 p->timer = n * 100000LL; in serialctl()
/plan9/sys/src/9/rb/
H A Dmain.c530 int timer; in exit() local
543 timer = 0; in exit()
545 if(timer++ > 400) in exit()
H A Dwords53 0 timer
/plan9/sys/src/9/bcm/
H A Dwords71 20003000 system timer(s)
141 64 timer
/plan9/sys/src/9/pc/
H A Detherelnk3.c409 long timer[2]; member
990 ctlr->timer[0] += inb(port+TIMER905) & 0xFF; in interrupt()
992 ctlr->timer[0] += inb(port+TIMER) & 0xFF; in interrupt()
1159 ctlr->timer[1] += inb(port+TIMER905) & 0xFF; in interrupt()
1161 ctlr->timer[1] += inb(port+TIMER) & 0xFF; in interrupt()
1189 ctlr->timer[0], ctlr->timer[1]); in ifstat()
H A Dsdmv50xx.c291 ulong timer; member
/plan9/sys/src/9/teg2/
H A D_announce57 boot-time check-out), their loss is merely a mystery. The local timer
/plan9/sys/lib/
H A Dscsicodes543 5e01 idle condition activated by timer
544 5e02 standby condition activated by timer
547 5e05 idle_b condition activated by timer
549 5e07 idle_c condition activated by timer
551 5e09 standby_y condition activated by timer
/plan9/sys/doc/net/
H A Dnet.ms432 event such as a retransmission timer or a device interrupt.
640 A round-trip timer is used

12