Changeset 31210 in vbox
- Timestamp:
- Jul 29, 2010 1:16:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/EventImpl.cpp
r31034 r31210 576 576 RTCRITSECT mcsQLock; 577 577 PassiveQueue mQueue; 578 int32_t 578 int32_t volatile mRefCnt; 579 579 uint64_t mLastRead; 580 580 … … 738 738 mLastRead = RTTimeMilliTS(); 739 739 } 740 else 741 { 742 mQEvent =NIL_RTSEMEVENT; 743 RT_ZERO(mcsQLock); 744 mLastRead = 0; 745 } 740 746 } 741 747
Note:
See TracChangeset
for help on using the changeset viewer.