MCPcopy Create free account
hub / github.com/SoarGroup/Soar / UnlockMutex

Method UnlockMutex

IDE Projects/include/thread_Lock.h:93–96  ·  view source on GitHub ↗

If you require a finer level of control you can manually lock and unlock the mutex at specific points, but for many simple uses this is not required.

Source from the content-addressed store, hash-verified

91 // and unlock the mutex at specific points, but for many simple uses
92 // this is not required.
93 void UnlockMutex()
94 {
95 m_Mutex->Unlock() ;
96 }
97 void LockMutex()
98 {
99 m_Mutex->Lock() ;

Callers

nothing calls this directly

Calls 1

UnlockMethod · 0.45

Tested by

no test coverage detected