Home
last modified time | relevance | path

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

/plan9/sys/src/libsunrpc/
H A Dclient.c115 if(sendul(cli->timerchan, 0) == 0) in timerThread()
170 a[1].c = cli->timerchan; in rpcMuxThread()
324 cli->timerchan = chancreate(sizeof(ulong), 0); in sunDial()
371 chanfree(cli->timerchan); in sunClientClose()
/plan9/sys/include/
H A Dsunrpc.h257 Channel *timerchan; member