MCPcopy Create free account
hub / github.com/apache/brpc / CleanUp

Method CleanUp

test/shared_memory_unittest.cc:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 virtual ~MultipleThreadMain() {}
51
52 static void CleanUp() {
53 SharedMemory memory;
54 memory.Delete(s_test_name_);
55 }
56
57 // PlatformThread::Delegate interface.
58 virtual void ThreadMain() OVERRIDE {

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected