MCPcopy Create free account
hub / github.com/apache/trafficserver / stop_thread

Method stop_thread

src/mgmt/rpc/server/RPCServer.cc:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void
82RPCServer::stop_thread()
83{
84 _socketImpl->stop();
85
86 ink_thread_join(_this_thread);
87 _this_thread = ink_thread_null();
88 Dbg(dbg_ctl, "Stopping RPC server on: %s", _socketImpl->name().c_str());
89}
90} // namespace rpc

Callers 1

mainEventMethod · 0.80

Calls 5

ink_thread_joinFunction · 0.85
ink_thread_nullFunction · 0.85
stopMethod · 0.45
c_strMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected