Changeset 47853 in vbox for trunk/include/VBox/com
- Timestamp:
- Aug 19, 2013 5:10:39 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/EventQueue.h
r46649 r47853 104 104 BOOL postEvent(Event *event); 105 105 int processEventQueue(RTMSINTERVAL cMsTimeout); 106 int processPendingEvents(size_t cNumEvents); 106 107 int interruptEventQueueProcessing(); 107 108 … … 111 112 * event queue. */ 112 113 RTCRITSECT mCritSect; 114 /** Number of concurrent users. At the moment we 115 * only support one concurrent user at a time when 116 calling processEventQueue(). */ 117 uint32_t mUserCnt; 113 118 /** Event semaphore for getting notified on new 114 119 * events being handled. */
Note:
See TracChangeset
for help on using the changeset viewer.