Changeset 14318 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi
- Timestamp:
- Nov 18, 2008 4:56:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c
r13298 r14318 59 59 * is destroyed to indicate clearly that thread should exit. */ 60 60 uint32_t volatile u32Magic; 61 /** Flag indicating th ethe timer is suspended. */61 /** Flag indicating that the timer is suspended. */ 62 62 uint8_t volatile fSuspended; 63 63 /** Run on all CPUs if set */
Note:
See TracChangeset
for help on using the changeset viewer.