Home
last modified time | relevance | path

Searched refs:ThreadFinishedOK (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h287 bool ThreadFinishedOK; // if there is no fatal exception variable
296 p->ThreadFinishedOK = true; in MyThreadFunction()
306 CProgressThreadVirt(): Result(E_FAIL), ThreadFinishedOK(false) {} in CProgressThreadVirt()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp267 messageWasDisplayed = extracter.ThreadFinishedOK & in ExtractGUI()