Changeset 1874 for trunk/dll/select.c
- Timestamp:
- Sep 27, 2015, 7:20:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r1873 r1874 39 39 work with Flesh, Stubby and UnFlesh being moved to a thread 40 40 26 Sep 15 GKY Changes to speed up ExpandAll 41 27 Sep 15 GKY DosSleep times in WaitFleshWorkListEmpty set by caller 41 42 42 43 ***********************************************************************/ … … 600 601 DosSleep(0); // Yield to EXPANDTREE and Flesh thread 601 602 if (!IsFleshWorkListEmpty()) { 602 WaitFleshWorkListEmpty(NULL ); // Let it expand603 WaitFleshWorkListEmpty(NULL, 10); // Let it expand 603 604 } 604 605 } … … 606 607 while (pci && (INT)pci != -1) { 607 608 ExpandAll(hwndCnr, count, pci); 608 if ( !IsFleshWorkListEmpty())609 WaitFleshWorkListEmpty(NULL ); // Wait for container to catch up609 if (count != 0 && !IsFleshWorkListEmpty()) 610 WaitFleshWorkListEmpty(NULL, 10); // Wait for container to catch up 610 611 pci = (PCNRITEM) WinSendMsg(hwndCnr, CM_QUERYRECORD, MPFROMP(pci), 611 612 MPFROM2SHORT(CMA_NEXT, CMA_ITEMORDER));
Note:
See TracChangeset
for help on using the changeset viewer.