VirtualBox

Ignore:
Timestamp:
May 14, 2024 12:06:12 PM (7 months ago)
Author:
vboxsync
Message:

IPRT/VFS: Fixed warnings. ​bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp

    r101108 r104626  
    20292029            rc = RTThreadSleep(cMillies);
    20302030        while (   rc == VERR_INTERRUPTED
    2031                && !fIntr
    20322031               && RTTimeMilliTS() - uMsStart < cMillies);
    20332032        if (rc == VERR_INTERRUPTED)
     
    38763875            rc = RTThreadSleep(cMillies);
    38773876        while (   rc == VERR_INTERRUPTED
    3878                && !fIntr
    38793877               && RTTimeMilliTS() - uMsStart < cMillies);
    38803878        if (rc == VERR_INTERRUPTED)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette