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

Function DummyMutexCreate

src/Platforms/Symbian/UtestPlatform.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static PlatformSpecificMutex DummyMutexCreate(void)
158{
159 FAIL("PlatformSpecificMutexCreate is not implemented");
160 return 0;
161}
162
163static void DummyMutexLock(PlatformSpecificMutex mtx)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected