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

Function DummyMutexCreate

src/Platforms/C2000/UtestPlatform.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230int (*PlatformSpecificIsInf)(double d) = IsInfImplementation;
231
232static PlatformSpecificMutex DummyMutexCreate(void)
233{
234 return 0;
235}
236
237static void DummyMutexLock(PlatformSpecificMutex mtx)
238{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected