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

Method Lock

src/CppUTest/SimpleMutex.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void SimpleMutex::Lock(void)
42{
43 PlatformSpecificMutexLock(psMtx);
44}
45
46void SimpleMutex::Unlock(void)
47{

Callers 2

ScopedMutexLockMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64