VirtualBox

Changeset 3381 in kBuild for trunk/src/lib/nt/tstkFsCache.c


Ignore:
Timestamp:
Jun 12, 2020 11:36:10 AM (5 years ago)
Author:
bird
Message:

kFsCache: Account of race between us reading a directory and someone changing it, requiring re-reading the directory till at least 10ms has passed since the last direction change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/tstkFsCache.c

    r3380 r3381  
    138138    /*
    139139     * Try emulate the temp issue above.  Seem to require several files.
     140     * (The problem was related to long/short filename updating.)
    140141     */
    141142    szPath[cchWorkDir++] = '\\';
     
    165166    CHECK(pFsObj && pFsObj->bObjType == KFSOBJ_TYPE_MISSING);
    166167
    167 Sleep(100);
    168168    sprintf(&szPath[cchWorkDir], "longfilename3.txt");
    169169    CHECK(myCreateFile(szPath) == 0);
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