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

Function DummyMutexCreate

src/Platforms/armcc/UtestPlatform.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180int (*PlatformSpecificAtExit)(void(*func)(void)) = AtExitImplementation;
181
182static PlatformSpecificMutex DummyMutexCreate(void)
183{
184 return 0;
185}
186
187static void DummyMutexLock(PlatformSpecificMutex)
188{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected