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

Function DummyMutexDestroy

src/Platforms/Symbian/UtestPlatform.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static void DummyMutexDestroy(PlatformSpecificMutex mtx)
174{
175 FAIL("PlatformSpecificMutexDestroy is not implemented");
176}
177
178PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate;
179void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected