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

Function StubMutexCreate

tests/CppUTest/SimpleMutexTest.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35static int mutexDestroyCount = 0;
36
37static PlatformSpecificMutex StubMutexCreate(void)
38{
39 mutexCreateCount++;
40 return NULLPTR;
41}
42
43static void StubMutexLock(PlatformSpecificMutex)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected