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

Method releaseLock

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

Source from the content-addressed store, hash-verified

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:
1063 ThreadSafe(void) {}

Callers 4

initializeLoggerMethod · 0.80
processDispatchMethod · 0.80
triggerDispatchMethod · 0.80

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected