VirtualBox

Ignore:
Timestamp:
Feb 9, 2014 4:12:28 PM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: seamless: take advantage of improved CANCEL_ALL_WAITEVENTS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp

    r50346 r50373  
    6363    }
    6464    else
    65     {
    6665        rc = RTSemEventWait(eventSem, RT_INDEFINITE_WAIT);
    67         if (RT_SUCCESS(rc))
    68         {
    69             rc = VERR_INTERRUPTED;
    70         }
    71     }
    7266    return rc;
     67}
     68
     69int VbglR3WaitEvent(uint32_t , uint32_t cMillies, uint32_t *)
     70{
     71    return RTSemEventWait(eventSem, cMillies);
    7372}
    7473
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