| 180 | int (*PlatformSpecificAtExit)(void(*func)(void)) = AtExitImplementation; |
| 181 | |
| 182 | static PlatformSpecificMutex DummyMutexCreate(void) |
| 183 | { |
| 184 | return 0; |
| 185 | } |
| 186 | |
| 187 | static void DummyMutexLock(PlatformSpecificMutex) |
| 188 | { |
nothing calls this directly
no outgoing calls
no test coverage detected