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

Method unlock

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

Source from the content-addressed store, hash-verified

989 }
990
991 inline void unlock(void) {
992# if ELPP_OS_UNIX
993 pthread_mutex_unlock(&m_underlyingMutex);
994# elif ELPP_OS_WINDOWS
995 LeaveCriticalSection(&m_underlyingMutex);
996# endif // ELPP_OS_UNIX
997 }
998
999 private:
1000# if ELPP_OS_UNIX

Callers 3

cleanMethod · 0.45
~ScopedLockMethod · 0.45
releaseLockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected