| 35 | static int mutexDestroyCount = 0; |
| 36 | |
| 37 | static PlatformSpecificMutex StubMutexCreate(void) |
| 38 | { |
| 39 | mutexCreateCount++; |
| 40 | return NULLPTR; |
| 41 | } |
| 42 | |
| 43 | static void StubMutexLock(PlatformSpecificMutex) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected