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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c113 int svc_mt_mode; /* multi-threading mode */ variable
223 rpc_msg::, svc_req::, svcxprt_ext_t::flags, svc_mt_mode,
241 switch (svc_mt_mode) {
289 if (svc_mt_mode != RPC_SVC_MT_NONE) {
625 svc_mt_mode == RPC_SVC_MT_AUTO && !svc_exit_done) {
659 if (svc_mt_mode == RPC_SVC_MT_AUTO)
693 if (svc_mt_mode != RPC_SVC_MT_NONE)
709 if (svc_mt_mode == RPC_SVC_MT_AUTO || !dispatch) {
715 if (svc_mt_mode == RPC_SVC_MT_AUTO) {
925 if (svc_mt_mode !
[all...]

Completed in 81 milliseconds