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

Function DummyMutexCreate

src/Platforms/Keil/UtestPlatform.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 int (*PlatformSpecificAtExit)(void(*func)(void)) = DummyAtExit;
197
198 static PlatformSpecificMutex DummyMutexCreate(void)
199 {
200 return 0;
201 }
202
203 static void DummyMutexLock(PlatformSpecificMutex mtx)
204 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected