View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005687 | FSiMX6 | Kernel | public | 2023-01-25 19:10 | 2024-11-13 06:11 |
| Reporter | zutter | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | resolved | Resolution | fixed | ||
| Product Version | V3.40 | ||||
| Target Version | V3.60 | Fixed in Version | V3.60 | ||
| Summary | 0005687: GetTickCount may return inexact values | ||||
| Description | GetTickCount may return inexact values | ||||
| Steps To Reproduce | CeSetThreadPriority(h, 101); do { dwStart = GetTickCount(); dwEnd = GetTickCount(); dwTest = dwEnd - dwStart; if(dwTest>1) RETAILMSG(1, (TEXT("%x %x %x\r\n"), dwEnd, dwStart, dwTest)); } while (true); | ||||
| Forum Link | |||||
| Found Driver Version | |||||
| Fixed Driver Version | |||||