Searched refs:timerproc (Results 1 – 8 of 8) sorted by relevance
| /plan9/sys/src/cmd/abaco/ |
| H A D | time.c | 40 timerproc(void*) in timerproc() function 99 proccreate(timerproc, nil, STACK); in timerinit()
|
| /plan9/sys/src/cmd/acme/ |
| H A D | time.c | 39 timerproc(void*) in timerproc() function 100 proccreate(timerproc, nil, STACK); in timerinit()
|
| /plan9/sys/src/cmd/rio/ |
| H A D | time.c | 38 timerproc(void*) in timerproc() function 99 proccreate(timerproc, nil, STACK); in timerinit()
|
| /plan9/sys/src/cmd/ |
| H A D | aan.c | 75 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 D | wavelan.h | 283 Proc *timerproc; member
|
| H A D | wavelan.c | 684 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 D | news.c | 879 timerproc(void *v) in timerproc() function 998 proccreate(timerproc, w, STACK); in threadmain()
|
| /plan9/sys/src/games/ |
| H A D | xs.c | 691 timerproc(void *v) in timerproc() function 876 proccreate(timerproc, timerc, 1024); in threadmain()
|