MCPcopy Create free account
hub / github.com/Kitware/CMake / stop

Method stop

Utilities/cmcppdap/src/network.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void stop() override {
70 std::unique_lock<std::mutex> lock(mutex);
71 stopWithLock();
72 }
73
74 private:
75 bool isRunning() { return !stopped; }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36