VirtualBox

Changeset 46138 in vbox for trunk/src


Ignore:
Timestamp:
May 17, 2013 8:51:05 AM (12 years ago)
Author:
vboxsync
Message:

VBoxWatchdog: Correctly handle event queue in signalHandler().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp

    r44875 r46138  
    297297    ASMAtomicWriteBool(&g_fCanceled, true);
    298298
    299     if (!g_pEventQ)
     299    if (g_pEventQ)
    300300    {
    301301        int rc = g_pEventQ->interruptEventQueueProcessing();
     
    752752             * processes NULL events signalling event loop termination.
    753753             */
    754             g_pEventQ->processEventQueue(500 / 10);
     754            g_pEventQ->processEventQueue(50);
    755755
    756756            if (g_fCanceled)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette