| 161 | } |
| 162 | |
| 163 | static void DummyMutexLock(PlatformSpecificMutex mtx) |
| 164 | { |
| 165 | FAIL("PlatformSpecificMutexLock is not implemented"); |
| 166 | } |
| 167 | |
| 168 | static void DummyMutexUnlock(PlatformSpecificMutex mtx) |
| 169 | { |
nothing calls this directly
no outgoing calls
no test coverage detected