MCPcopy Create free account
hub / github.com/apache/arrow / Shutdown

Function Shutdown

cpp/src/arrow/flight/perf_server.cc:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236std::unique_ptr<arrow::flight::FlightPerfServer> g_server;
237
238void Shutdown(int signal) {
239 if (g_server != nullptr) {
240 ARROW_CHECK_OK(g_server->Shutdown());
241 }
242}
243
244int main(int argc, char** argv) {
245 gflags::ParseCommandLineFlags(&argc, &argv, true);

Callers 4

~ServerSignalHandlerMethod · 0.85
~ThreadPoolMethod · 0.85
~SelfPipeImplMethod · 0.85
mainFunction · 0.85

Calls 1

ShutdownMethod · 0.45

Tested by

no test coverage detected