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

Function DummyMutexDestroy

src/Platforms/Keil/UtestPlatform.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 static void DummyMutexDestroy(PlatformSpecificMutex mtx)
212 {
213 }
214
215 PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate;
216 void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected