Changeset 92704 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp
- Timestamp:
- Dec 2, 2021 12:47:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp
r92700 r92704 291 291 int rc; 292 292 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); 294 294 else 295 295 rc = RTSemEventMultiWaitNoResume((RTSEMEVENTMULTI)hEventMulti, cMillies);
Note:
See TracChangeset
for help on using the changeset viewer.