Changeset 54176 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/extensions
- Timestamp:
- Feb 12, 2015 12:59:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98227
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r52413 r54176 3554 3554 mon.Enter(); 3555 3555 // examine the queue 3556 if ( !mPendingQ.IsEmpty() && !mWaitingWorkers)3556 if (mPendingQ.Count() > mWaitingWorkers) 3557 3557 { 3558 3558 // wait a little while to let the workers empty the queue. … … 3565 3565 mon.Enter(); 3566 3566 // examine the queue again 3567 if ( !mPendingQ.IsEmpty() && !mWaitingWorkers)3567 if (mPendingQ.Count() > mWaitingWorkers) 3568 3568 { 3569 3569 // we need one more worker
Note:
See TracChangeset
for help on using the changeset viewer.