Changeset 1873 for trunk/dll/select.c
- Timestamp:
- Sep 26, 2015, 7:23:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r1872 r1873 38 38 in UM_EXPAND until until drive is completely expanded. Changes were need to 39 39 work with Flesh, Stubby and UnFlesh being moved to a thread 40 26 Sep 15 GKY Changes to speed up ExpandAll 40 41 41 42 ***********************************************************************/ … … 572 573 { 573 574 PCNRITEM pci; 574 static BOOL fExpanding = FALSE; 575 static BOOL fExpanding = FALSE; // statics are only used by tree container 575 576 static INT counter = 1; 576 577 … … 596 597 if (count != 0) { 597 598 fExpanding = TRUE; 599 if (IsFleshWorkListEmpty()) 600 DosSleep(0); // Yield to EXPANDTREE and Flesh thread 598 601 if (!IsFleshWorkListEmpty()) { 599 602 WaitFleshWorkListEmpty(NULL); // Let it expand … … 609 612 } 610 613 } 611 //DosSleep(0);612 614 return fExpanding; 613 615 }
Note:
See TracChangeset
for help on using the changeset viewer.