Home
last modified time | relevance | path

Searched refs:timerproc (Results 1 – 8 of 8) sorted by relevance

/plan9/sys/src/cmd/abaco/
H A Dtime.c40 timerproc(void*) in timerproc() function
99 proccreate(timerproc, nil, STACK); in timerinit()
/plan9/sys/src/cmd/acme/
H A Dtime.c39 timerproc(void*) in timerproc() function
100 proccreate(timerproc, nil, STACK); in timerinit()
/plan9/sys/src/cmd/rio/
H A Dtime.c38 timerproc(void*) in timerproc() function
99 proccreate(timerproc, nil, STACK); in timerinit()
/plan9/sys/src/cmd/
H A Daan.c75 static void timerproc(void *);
162 if (proccreate(timerproc, timer, Stacksize) < 0) in threadmain()
421 timerproc(void *x) in timerproc() function
/plan9/sys/src/9/pc/
H A Dwavelan.h283 Proc *timerproc; member
H A Dwavelan.c684 ctlr->timerproc = up; in w_timer()
784 if(ctlr->timerproc){ in w_detach()
785 if(!postnote(ctlr->timerproc, 1, "kill", NExit)) in w_detach()
787 print("w_detach, killing 0x%p\n", ctlr->timerproc); in w_detach()
/plan9/acme/news/src/
H A Dnews.c879 timerproc(void *v) in timerproc() function
998 proccreate(timerproc, w, STACK); in threadmain()
/plan9/sys/src/games/
H A Dxs.c691 timerproc(void *v) in timerproc() function
876 proccreate(timerproc, timerc, 1024); in threadmain()