| 155 | } |
| 156 | |
| 157 | static PlatformSpecificMutex DummyMutexCreate(void) |
| 158 | { |
| 159 | FAIL("PlatformSpecificMutexCreate is not implemented"); |
| 160 | return 0; |
| 161 | } |
| 162 | |
| 163 | static void DummyMutexLock(PlatformSpecificMutex mtx) |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected