Searched defs:svc_mt_mode (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c107 int svc_mt_mode; /* multi-threading mode */ variable
217 rpc_msg::, svc_req::, svcxprt_ext_t::flags, svc_mt_mode,
235 switch (svc_mt_mode) {
283 if (svc_mt_mode != RPC_SVC_MT_NONE) {
619 svc_mt_mode == RPC_SVC_MT_AUTO && !svc_exit_done) {
653 if (svc_mt_mode == RPC_SVC_MT_AUTO)
687 if (svc_mt_mode != RPC_SVC_MT_NONE)
703 if (svc_mt_mode == RPC_SVC_MT_AUTO || !dispatch) {
709 if (svc_mt_mode == RPC_SVC_MT_AUTO) {
920 if (svc_mt_mode !
[all...]

Completed in 16 milliseconds