Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.h28 WRes LoopThread_WaitSubThread(CLoopThread *p);
DMtCoder.c54 WRes LoopThread_WaitSubThread(CLoopThread *p) { return Event_Wait(&p->finishedEvent); } in LoopThread_WaitSubThread() function
321 LoopThread_WaitSubThread(&p->threads[j].thread); in MtCoder_Code()