| 196 | int (*PlatformSpecificAtExit)(void(*func)(void)) = DummyAtExit; |
| 197 | |
| 198 | static PlatformSpecificMutex DummyMutexCreate(void) |
| 199 | { |
| 200 | return 0; |
| 201 | } |
| 202 | |
| 203 | static void DummyMutexLock(PlatformSpecificMutex mtx) |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected