Changeset 88294 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Mar 25, 2021 5:50:38 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143505
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r82968 r88294 457 457 */ 458 458 if (fFlags & RTSEMWAIT_FLAGS_MILLISECS) 459 uTimeout = uTimeout < UINT64_MAX / UINT32_C(1000000) * UINT32_C(1000000)459 uTimeout = uTimeout < UINT64_MAX / UINT32_C(1000000) 460 460 ? uTimeout * UINT32_C(1000000) 461 461 : UINT64_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.