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

Function DummyMutexUnlock

src/Platforms/Symbian/UtestPlatform.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static void DummyMutexUnlock(PlatformSpecificMutex mtx)
169{
170 FAIL("PlatformSpecificMutexUnlock is not implemented");
171}
172
173static void DummyMutexDestroy(PlatformSpecificMutex mtx)
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected