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

Method ThreadSafe

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

Source from the content-addressed store, hash-verified

1061 virtual inline base::threading::Mutex& lock(void) ELPP_FINAL { return m_mutex; }
1062 protected:
1063 ThreadSafe(void) {}
1064 virtual ~ThreadSafe(void) {}
1065 private:
1066 base::threading::Mutex m_mutex;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected