Changeset 104626 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp
- Timestamp:
- May 14, 2024 12:06:12 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 163170
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp
r100908 r104626 318 318 rc = RTThreadSleep(cMillies); 319 319 while ( rc == VERR_INTERRUPTED 320 && !fIntr321 320 && RTTimeMilliTS() - uMsStart < cMillies); 322 321 if (rc == VERR_INTERRUPTED)
Note:
See TracChangeset
for help on using the changeset viewer.