| 166 | } |
| 167 | |
| 168 | static void DummyMutexUnlock(PlatformSpecificMutex mtx) |
| 169 | { |
| 170 | FAIL("PlatformSpecificMutexUnlock is not implemented"); |
| 171 | } |
| 172 | |
| 173 | static void DummyMutexDestroy(PlatformSpecificMutex mtx) |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected