Changeset 14298 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Nov 18, 2008 12:47:26 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp
r9959 r14298 75 75 * is destroyed to indicate clearly that thread should exit. */ 76 76 uint32_t volatile u32Magic; 77 /** Flag indicating the t he timer is suspended. */77 /** Flag indicating the timer is suspended. */ 78 78 bool volatile fSuspended; 79 79 /** Whether the timer must run on one specific CPU or not. */
Note:
See TracChangeset
for help on using the changeset viewer.