- Timestamp:
- Aug 1, 2021 8:54:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp
r82968 r90459 181 181 * Convert the timeout to a relative one because KeWaitForSingleObject 182 182 * takes system time instead of interrupt time as input for absolute 183 * timeout specifications. So, we're best of by giving it relative time.183 * timeout specifications. So, we're best off by giving it relative time. 184 184 * 185 185 * Lazy bird converts uTimeout to relative nanoseconds and then to Nt time.
Note:
See TracChangeset
for help on using the changeset viewer.