| 243 | } |
| 244 | |
| 245 | static void DummyMutexDestroy(PlatformSpecificMutex mtx) |
| 246 | { |
| 247 | } |
| 248 | |
| 249 | PlatformSpecificMutex (*PlatformSpecificMutexCreate)(void) = DummyMutexCreate; |
| 250 | void (*PlatformSpecificMutexLock)(PlatformSpecificMutex) = DummyMutexLock; |
nothing calls this directly
no outgoing calls
no test coverage detected