| 231 | } |
| 232 | |
| 233 | static void DummyMutexDestroy(PlatformSpecificMutex mtx) |
| 234 | { |
| 235 | } |
| 236 | |
| 237 | PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate; |
| 238 | void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock; |
nothing calls this directly
no outgoing calls
no test coverage detected