Changeset 21337 in vbox for trunk/src/VBox/Runtime/common/time/timesupref.cpp
- Timestamp:
- Jul 7, 2009 2:58:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesupref.cpp
r13832 r21337 35 35 *******************************************************************************/ 36 36 #include <iprt/time.h> 37 #include "internal/iprt.h" 38 37 39 #include <iprt/asm.h> 38 40 #include <VBox/sup.h> … … 48 50 #define rtTimeNanoTSInternalRef RTTimeNanoTSLegacySync 49 51 #include "timesupref.h" 52 RT_EXPORT_SYMBOL(RTTimeNanoTSLegacySync); 50 53 51 54 #define ASYNC_GIP … … 56 59 #define rtTimeNanoTSInternalRef RTTimeNanoTSLegacyAsync 57 60 #include "timesupref.h" 61 RT_EXPORT_SYMBOL(RTTimeNanoTSLegacyAsync); 58 62 59 63 … … 68 72 #define rtTimeNanoTSInternalRef RTTimeNanoTSLFenceSync 69 73 #include "timesupref.h" 74 RT_EXPORT_SYMBOL(RTTimeNanoTSLFenceSync); 70 75 71 76 #define ASYNC_GIP … … 76 81 #define rtTimeNanoTSInternalRef RTTimeNanoTSLFenceAsync 77 82 #include "timesupref.h" 83 RT_EXPORT_SYMBOL(RTTimeNanoTSLFenceAsync); 78 84 79 85 80 86 #endif /* !IN_GUEST */ 87
Note:
See TracChangeset
for help on using the changeset viewer.