Home
last modified time | relevance | path

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

/plan9/sys/src/libsunrpc/
H A Dserver.c34 proccreate(sunRpcProc, srv, SunStackSize); in sunSrv()
53 threadcreate(sunRpcReplyThread, v, SunStackSize); in sunRpcProc()
54 threadcreate(sunRpcRequestThread, v, SunStackSize); in sunRpcProc()
55 threadcreate(sunRpcForkThread, v, SunStackSize); in sunRpcProc()
66 threadcreate(t.fn, t.arg, SunStackSize); in sunRpcForkThread()
H A Dfd.c99 proccreate(sunFdRead, arg, SunStackSize); in sunSrvFd()
100 proccreate(sunFdWrite, arg, SunStackSize); in sunSrvFd()
H A Dudp.c105 proccreate(sunUdpRead, arg, SunStackSize); in sunSrvUdp()
106 proccreate(sunUdpWrite, arg, SunStackSize); in sunSrvUdp()
H A Dnet.c46 proccreate(sunNetListen, a, SunStackSize); in sunSrvNet()
H A Dclient.c329 cli->nettid = threadcreate(udpThread, cli, SunStackSize); in sunDial()
330 cli->timertid = threadcreate(timerThread, cli, SunStackSize); in sunDial()
333 cli->nettid = threadcreate(netThread, cli, SunStackSize); in sunDial()
337 threadcreate(rpcMuxThread, cli, SunStackSize); in sunDial()
/plan9/sys/include/
H A Dsunrpc.h191 SunStackSize = 8192, enumerator
/plan9/sys/src/cmd/
H A Dnfs.c1445 threadcreate(fsdispatch, r, SunStackSize); in fsthread()
1595 proccreate(dialproc, nil, SunStackSize); in threadmain()
1630 threadcreate(fsthread, nil, SunStackSize); in dialproc()