Searched defs:CLoopThread (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DMtCoder.h21 } CLoopThread; typedef in typeref:struct:__anon21990
23 void LoopThread_Construct(CLoopThread *p);
24 void LoopThread_Close(CLoopThread *p);
25 WRes LoopThread_Create(CLoopThread *p);
26 WRes LoopThread_StopAndWait(CLoopThread *p);
27 WRes LoopThread_StartSubThread(CLoopThread *p);
28 WRes LoopThread_WaitSubThread(CLoopThread *p);
59 CLoopThread thread;

Completed in 72 milliseconds