| 209 | } |
| 210 | |
| 211 | static void DummyMutexDestroy(PlatformSpecificMutex mtx) |
| 212 | { |
| 213 | } |
| 214 | |
| 215 | PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate; |
| 216 | void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock; |
nothing calls this directly
no outgoing calls
no test coverage detected