MCPcopy Create free account
hub / github.com/cpputest/cpputest / Unlock

Method Unlock

src/CppUTest/SimpleMutex.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void SimpleMutex::Unlock(void)
47{
48 PlatformSpecificMutexUnlock(psMtx);
49}
50
51
52ScopedMutexLock::ScopedMutexLock(SimpleMutex *mtx) :

Callers 2

~ScopedMutexLockMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64