Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.c50 static SRes MtCoderThread_CreateAndStart(CMtCoderThread *t) in MtCoderThread_CreateAndStart()
67 static void MtCoderThread_Destruct(CMtCoderThread *t) in MtCoderThread_Destruct()
113 static SRes ThreadFunc2(CMtCoderThread *t) in ThreadFunc2()
341 CMtCoderThread *t = (CMtCoderThread *)pp; in ThreadFunc()
395 CMtCoderThread *t = &p->threads[i]; in MtCoder_Construct()
474 CMtCoderThread *t = &p->threads[i]; in MtCoder_Code()
530 CMtCoderThread *nextThread = &p->threads[p->numStartedThreads++]; in MtCoder_Code()
DMtCoder.h55 } CMtCoderThread; typedef
127 CMtCoderThread threads[MTCODER__THREADS_MAX];