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

Method acquireLock

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

Source from the content-addressed store, hash-verified

1057 class ThreadSafe {
1058 public:
1059 virtual inline void acquireLock(void) ELPP_FINAL { m_mutex.lock(); }
1060 virtual inline void releaseLock(void) ELPP_FINAL { m_mutex.unlock(); }
1061 virtual inline base::threading::Mutex& lock(void) ELPP_FINAL { return m_mutex; }
1062 protected:

Callers 2

initializeLoggerMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected