Changeset 9352 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 3, 2008 12:30:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c
r8245 r9352 232 232 struct timeval tv; 233 233 const uint64_t u64NanoTS = RTTimeNanoTS(); 234 pTimer->iTick++; 234 235 pTimer->u64NextTS = pTimer->u64StartTS + pTimer->iTick * pTimer->u64NanoInterval; 235 236 if (pTimer->u64NextTS < u64NanoTS)
Note:
See TracChangeset
for help on using the changeset viewer.