Changeset 14298 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Nov 18, 2008 12:47:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp
r13213 r14298 110 110 * is destroyed to indicate clearly that thread should exit. */ 111 111 uint32_t volatile u32Magic; 112 /** Flag indicating the t he timer is suspended. */112 /** Flag indicating the timer is suspended. */ 113 113 uint8_t volatile fSuspended; 114 114 /** Flag indicating that the timer has been destroyed. */
Note:
See TracChangeset
for help on using the changeset viewer.