HomeSort by relevance Sort by last modified time
    Searched refs:CLoopThread (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
MtCoder.h 21 } CLoopThread;
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;
MtCoder.c 8 void LoopThread_Construct(CLoopThread *p)
15 void LoopThread_Close(CLoopThread *p)
24 CLoopThread *p = (CLoopThread *)pp;
37 WRes LoopThread_Create(CLoopThread *p)
45 WRes LoopThread_StopAndWait(CLoopThread *p)
53 WRes LoopThread_StartSubThread(CLoopThread *p) { return Event_Set(&p->startEvent); }
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); }
288 CLoopThread *lt = &t->thread;

Completed in 848 milliseconds