Changeset 14298 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Nov 18, 2008 12:47:26 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39482
- Location:
- trunk/src/VBox/Runtime/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/timer-generic.cpp
r9444 r14298 58 58 * is destroyed to indicate clearly that thread should exit. */ 59 59 uint32_t volatile u32Magic; 60 /** Flag indicating the t he timer is suspended. */60 /** Flag indicating the timer is suspended. */ 61 61 uint8_t volatile fSuspended; 62 62 /** Flag indicating that the timer has been destroyed. */ -
trunk/src/VBox/Runtime/generic/timerlr-generic.cpp
r10972 r14298 60 60 * is destroyed to indicate clearly that thread should exit. */ 61 61 uint32_t volatile u32Magic; 62 /** Flag indicating the t he timer is suspended. */62 /** Flag indicating the timer is suspended. */ 63 63 bool volatile fSuspended; 64 64 /** Flag indicating that the timer has been destroyed. */
Note:
See TracChangeset
for help on using the changeset viewer.