| 218 | int (*PlatformSpecificIsInf)(double d) = DosIsInf; |
| 219 | |
| 220 | static PlatformSpecificMutex DummyMutexCreate(void) |
| 221 | { |
| 222 | return 0; |
| 223 | } |
| 224 | |
| 225 | static void DummyMutexLock(PlatformSpecificMutex mtx) |
| 226 | { |
nothing calls this directly
no outgoing calls
no test coverage detected