| 171 | } |
| 172 | |
| 173 | static void DummyMutexDestroy(PlatformSpecificMutex mtx) |
| 174 | { |
| 175 | FAIL("PlatformSpecificMutexDestroy is not implemented"); |
| 176 | } |
| 177 | |
| 178 | PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate; |
| 179 | void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock; |
nothing calls this directly
no outgoing calls
no test coverage detected