Home
last modified time | relevance | path

Searched refs:WaitThreadFinish (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DVirtThread.h16 virtual ~CVirtThread() { WaitThreadFinish(); } in ~CVirtThread()
17 void WaitThreadFinish(); // call it in destructor of child class !
H A DVirtThread.cpp38 void CVirtThread::WaitThreadFinish() in WaitThreadFinish() function in CVirtThread
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h398 /* WaitThreadFinish() will be called in ~CVirtThread().
399 But we need WaitThreadFinish() call before CCoder destructor,
402 CVirtThread::WaitThreadFinish();
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1711 /* WaitThreadFinish() will be called in ~CVirtThread().
1712 But we need WaitThreadFinish() call before
1715 CVirtThread::WaitThreadFinish();

Completed in 6 milliseconds