OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CVirtThread
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Common/
VirtThread.cpp
11
CVirtThread
*t = (
CVirtThread
*)p;
20
WRes
CVirtThread
::Create()
32
void
CVirtThread
::Start()
38
void
CVirtThread
::WaitThreadFinish()
VirtThread.h
9
struct
CVirtThread
16
~
CVirtThread
() { WaitThreadFinish(); }
/external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.h
13
struct CCoder2: public CCoderInfo2, public
CVirtThread
24
~CCoder2() {
CVirtThread
::WaitThreadFinish(); }
/external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp
630
class CThreadDecoder: public
CVirtThread
665
~CThreadDecoder() {
CVirtThread
::WaitThreadFinish(); }
[
all
...]
Completed in 527 milliseconds