Changeset 104626 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
- Timestamp:
- May 14, 2024 12:06:12 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp
r101108 r104626 2029 2029 rc = RTThreadSleep(cMillies); 2030 2030 while ( rc == VERR_INTERRUPTED 2031 && !fIntr2032 2031 && RTTimeMilliTS() - uMsStart < cMillies); 2033 2032 if (rc == VERR_INTERRUPTED) … … 3876 3875 rc = RTThreadSleep(cMillies); 3877 3876 while ( rc == VERR_INTERRUPTED 3878 && !fIntr3879 3877 && RTTimeMilliTS() - uMsStart < cMillies); 3880 3878 if (rc == VERR_INTERRUPTED)
Note:
See TracChangeset
for help on using the changeset viewer.