Changeset 107536 in vbox for trunk/src/VBox
- Timestamp:
- Jan 8, 2025 4:19:56 PM (11 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
r106061 r107536 87 87 /** The tick count when the process in Windows session 0 started */ 88 88 uint32_t m_tickTheChosenOne; 89 #ifdef WITH_WATCHER 89 90 /** The current watcher thread index, UINT32_MAX if not watched. */ 90 91 uint32_t m_iWatcher; … … 92 93 * This is used to detect races while waiting for a full watcher queue. */ 93 94 uint32_t volatile m_iTheChosenOneRevision; 95 #endif 96 94 97 private: 95 98 /** Reference count to make destruction safe wrt hung callers.
Note:
See TracChangeset
for help on using the changeset viewer.