MCPcopy Create free account
hub / github.com/SoarGroup/Soar / ~ConditionalLock

Method ~ConditionalLock

IDE Projects/include/thread_Lock.h:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 ~ConditionalLock()
147 {
148 if (m_Mutex)
149 {
150 m_Mutex->Unlock() ;
151 }
152 }
153 } ;
154
155} // Namespace

Callers

nothing calls this directly

Calls 1

UnlockMethod · 0.45

Tested by

no test coverage detected