Changeset 107432 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 6, 2025 5:32:41 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isovfs.cpp
r107431 r107432 2241 2241 rc = RTThreadSleep(cMillies); 2242 2242 while ( rc == VERR_INTERRUPTED 2243 && !fIntr2244 2243 && RTTimeMilliTS() - uMsStart < cMillies); 2245 2244 if (rc == VERR_INTERRUPTED)
Note:
See TracChangeset
for help on using the changeset viewer.