VirtualBox

Ignore:
Timestamp:
Dec 2, 2021 12:47:39 PM (3 years ago)
Author:
vboxsync
Message:

SUP: Map SUPSemEvent* onto IPRT's RTSemEvent* in driverless mode. This isn't quite perfect yet, since we don't implement RTSemEventMultiWaitEx in ring-3. [fix] bugref:10138

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp

    r92700 r92704  
    291291    int rc;
    292292    if (!g_supLibData.fDriverless)
    293         supSemOp2(pSession, SUP_SEM_TYPE_EVENT_MULTI, (uintptr_t)hEventMulti, SUPSEMOP2_WAIT_MS_REL, cMillies);
     293        rc = supSemOp2(pSession, SUP_SEM_TYPE_EVENT_MULTI, (uintptr_t)hEventMulti, SUPSEMOP2_WAIT_MS_REL, cMillies);
    294294    else
    295295        rc = RTSemEventMultiWaitNoResume((RTSEMEVENTMULTI)hEventMulti, cMillies);
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