1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0029841: Test cases from tools/dfbrowser periodically hang on Windows platform

Do not start new thread if the thread has been already started. Restart the thread after the previous has finished.
This commit is contained in:
nds
2018-06-07 15:59:03 +03:00
committed by bugmaster
parent bc37935836
commit 0c44027cb9
3 changed files with 26 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ private:
QList<QThread*> myStartedThreads; //!< container of started threads
DFBrowser_ThreadItem* myPostponedItem; //!< currently processed item in onFinished()
bool myIsFinishProcessing; //!< blocking state if onFinished() is started but has not been finished yet
Standard_Boolean myIsProcessPostponed; //!< state if process application should be done by finish active thread
};