Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.c12 Event_Construct(&p->finishedEvent); in LoopThread_Construct()
19 Event_Close(&p->finishedEvent); in LoopThread_Close()
32 if (Event_Set(&p->finishedEvent) != 0) in LoopThreadFunc()
41 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread()
DMtCoder.h15 CAutoResetEvent finishedEvent; member