MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / shutdown

Method shutdown

src/Common/ThreadPool.cpp:1065–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063 return *the_instance;
1064}
1065void GlobalThreadPool::shutdown()
1066{
1067 if (the_instance)
1068 {
1069 the_instance->finalize();
1070 }
1071}
1072
1073void startThreadFromGlobalPool(
1074 std::shared_ptr<ThreadFromGlobalPoolState> state,

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.45

Tested by

no test coverage detected