Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.h27 WRes LoopThread_StartSubThread(CLoopThread *p);
DMtCoder.c53 WRes LoopThread_StartSubThread(CLoopThread *p) { return Event_Set(&p->startEvent); } in LoopThread_StartSubThread() function
309 if (LoopThread_StartSubThread(&t->thread) != SZ_OK) in MtCoder_Code()