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

Function DummyMutexDestroy

src/Platforms/Iar/UtestPlatform.cpp:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static void DummyMutexDestroy(PlatformSpecificMutex)
196{
197}
198
199PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate;
200void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected