Changeset 57944 in vbox for trunk/src/VBox/Runtime/common/time
- Timestamp:
- Sep 29, 2015 3:07:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesup.cpp
r57358 r57944 112 112 113 113 /** 114 * @interface_method_impl{RTTIMENANOTSDATA, 114 * @interface_method_impl{RTTIMENANOTSDATA,pfnBad} 115 115 */ 116 116 static DECLCALLBACK(void) rtTimeNanoTSInternalBitch(PRTTIMENANOTSDATA pData, uint64_t u64NanoTS, uint64_t u64DeltaPrev, … … 127 127 128 128 /** 129 * @interface_method_impl{RTTIMENANOTSDATA, 129 * @interface_method_impl{RTTIMENANOTSDATA,pfnBadCpuIndex} 130 130 */ 131 131 static DECLCALLBACK(uint64_t) rtTimeNanoTSInternalBadCpuIndex(PRTTIMENANOTSDATA pData, uint16_t idApic,
Note:
See TracChangeset
for help on using the changeset viewer.