| 193 | } |
| 194 | |
| 195 | static void DummyMutexDestroy(PlatformSpecificMutex) |
| 196 | { |
| 197 | } |
| 198 | |
| 199 | PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate; |
| 200 | void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock; |
nothing calls this directly
no outgoing calls
no test coverage detected