Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/GUI/
H A DwxGUI.cpp185 struct CThreadProgressDialog struct
190 ((CThreadProgressDialog *)param)->Result = ((CThreadProgressDialog *)param)->Process(); in MyThreadFunction() argument
224 CThreadProgressDialog benchmarker; in testCProgressDialog()
227 thread.Create(CThreadProgressDialog::MyThreadFunction, &benchmarker); in testCProgressDialog()