Changeset 52997 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 8, 2014 4:06:34 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96457
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h
r52996 r52997 156 156 else 157 157 { 158 pWait->u.lTimeout = drv_usectohz(uTimeout / RT_NS_1US_64);158 pWait->u.lTimeout = cTicks; 159 159 pWait->fHighRes = false; 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.