Changeset 32504 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Sep 15, 2010 10:12:38 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r32485 r32504 972 972 RT_EXPORT_SYMBOL(RTTimerReleaseSystemGranularity); 973 973 974 975 RTDECL(bool) RTTimerCanDoHighResolution(void) 976 { 977 #ifdef RT_USE_LINUX_HRTIMER 978 return true; 979 #else 980 return false; 981 #endif 982 } 983 RT_EXPORT_SYMBOL(RTTimerCanDoHighResolution); 984
Note:
See TracChangeset
for help on using the changeset viewer.