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

Function DummyMutexDestroy

src/Platforms/Dos/UtestPlatform.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233static void DummyMutexDestroy(PlatformSpecificMutex mtx)
234{
235}
236
237PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate;
238void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected