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

Function DummyMutexLock

src/Platforms/Symbian/UtestPlatform.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static void DummyMutexLock(PlatformSpecificMutex mtx)
164{
165 FAIL("PlatformSpecificMutexLock is not implemented");
166}
167
168static void DummyMutexUnlock(PlatformSpecificMutex mtx)
169{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected