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

Function DummyMutexDestroy

src/Platforms/C2000/UtestPlatform.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static void DummyMutexDestroy(PlatformSpecificMutex mtx)
246{
247}
248
249PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate;
250void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected