Changeset 9416 in vbox
- Timestamp:
- Jun 5, 2008 12:47:29 PM (16 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 3 edited
-
generic/timer-generic.cpp (modified) (1 diff)
-
r0drv/os2/timer-r0drv-os2.cpp (modified) (1 diff)
-
r3/posix/timer-posix.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/timer-generic.cpp
r9308 r9416 94 94 95 95 /* 96 * We don't support the fancy MP features. 97 */ 98 if (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) 99 return VERR_NOT_SUPPORTED; 100 101 /* 96 102 * Allocate and initialize the timer handle. 97 103 */ -
trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp
r8245 r9416 114 114 115 115 /* 116 * We don't support the fancy MP features. 117 */ 118 if (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) 119 return VERR_NOT_SUPPORTED; 120 121 /* 116 122 * Lazy initialize the spinlock. 117 123 */ -
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r8245 r9416 285 285 { 286 286 /* 287 * We don't support the fancy MP features. 288 */ 289 if (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) 290 return VERR_NOT_SUPPORTED; 291 292 /* 287 293 * Check if timer is busy. 288 294 */
Note:
See TracChangeset
for help on using the changeset viewer.

