MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / ~ThreadSafe

Method ~ThreadSafe

include/thundersvm/util/log.h:1064–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062 protected:
1063 ThreadSafe(void) {}
1064 virtual ~ThreadSafe(void) {}
1065 private:
1066 base::threading::Mutex m_mutex;
1067 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected