Home
last modified time | relevance | path

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

/plan9/sys/src/libsunrpc/
H A Dserver.c12 static void sunRpcReplyThread(void*);
53 threadcreate(sunRpcReplyThread, v, SunStackSize); in sunRpcProc()
177 sunRpcReplyThread(void *v) in sunRpcReplyThread() function