Changeset 20315 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jun 5, 2009 12:10:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48217
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r20124 r20315 400 400 { "RTSpinlockReleaseNoInts", (void *)UNWIND_WRAP(RTSpinlockReleaseNoInts) }, 401 401 { "RTTimeNanoTS", (void *)RTTimeNanoTS }, 402 { "RTTimeMilli eTS",(void *)RTTimeMilliTS },402 { "RTTimeMilliTS", (void *)RTTimeMilliTS }, 403 403 { "RTTimeSystemNanoTS", (void *)RTTimeSystemNanoTS }, 404 { "RTTimeSystemMilli eTS",(void *)RTTimeSystemMilliTS },404 { "RTTimeSystemMilliTS", (void *)RTTimeSystemMilliTS }, 405 405 { "RTThreadNativeSelf", (void *)RTThreadNativeSelf }, 406 406 { "RTThreadSleep", (void *)UNWIND_WRAP(RTThreadSleep) }, -
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r19932 r20315 112 112 RTSpinlockReleaseNoInts 113 113 RTTimeNanoTS 114 RTTimeMilli eTS114 RTTimeMilliTS 115 115 RTTimeSystemNanoTS 116 RTTimeSystemMilli eTS116 RTTimeSystemMilliTS 117 117 RTThreadSelf 118 118 RTThreadNativeSelf
Note:
See TracChangeset
for help on using the changeset viewer.