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

Function DummyMutexCreate

src/Platforms/Dos/UtestPlatform.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218int (*PlatformSpecificIsInf)(double d) = DosIsInf;
219
220static PlatformSpecificMutex DummyMutexCreate(void)
221{
222 return 0;
223}
224
225static void DummyMutexLock(PlatformSpecificMutex mtx)
226{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected