Searched refs:SunStackSize (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/libsunrpc/ |
| H A D | server.c | 34 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 D | fd.c | 99 proccreate(sunFdRead, arg, SunStackSize); in sunSrvFd() 100 proccreate(sunFdWrite, arg, SunStackSize); in sunSrvFd()
|
| H A D | udp.c | 105 proccreate(sunUdpRead, arg, SunStackSize); in sunSrvUdp() 106 proccreate(sunUdpWrite, arg, SunStackSize); in sunSrvUdp()
|
| H A D | net.c | 46 proccreate(sunNetListen, a, SunStackSize); in sunSrvNet()
|
| H A D | client.c | 329 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 D | sunrpc.h | 191 SunStackSize = 8192, enumerator
|
| /plan9/sys/src/cmd/ |
| H A D | nfs.c | 1445 threadcreate(fsdispatch, r, SunStackSize); in fsthread() 1595 proccreate(dialproc, nil, SunStackSize); in threadmain() 1630 threadcreate(fsthread, nil, SunStackSize); in dialproc()
|