| 230 | int (*PlatformSpecificIsInf)(double d) = IsInfImplementation; |
| 231 | |
| 232 | static PlatformSpecificMutex DummyMutexCreate(void) |
| 233 | { |
| 234 | return 0; |
| 235 | } |
| 236 | |
| 237 | static void DummyMutexLock(PlatformSpecificMutex mtx) |
| 238 | { |
nothing calls this directly
no outgoing calls
no test coverage detected