Home
last modified time | relevance | path

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

/plan9/sys/src/games/
H A Dxs.c53 Channel *timerc; variable
393 alts[TIMER].c = timerc; in pause()
562 alts[TIMER].c = timerc; in play()
875 timerc= chancreate(sizeof(int), 0); in threadmain()
876 proccreate(timerproc, timerc, 1024); in threadmain()