Home
last modified time | relevance | path

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

/third_party/lzma/C/
DMtCoder.c42 static SRes MtCoderThread_CreateAndStart(CMtCoderThread *t) in MtCoderThread_CreateAndStart()
59 static void MtCoderThread_Destruct(CMtCoderThread *t) in MtCoderThread_Destruct()
86 static SRes ThreadFunc2(CMtCoderThread *t) in ThreadFunc2()
314 CMtCoderThread *t = (CMtCoderThread *)pp; in ThreadFunc()
368 CMtCoderThread *t = &p->threads[i]; in MtCoder_Construct()
447 CMtCoderThread *t = &p->threads[i]; in MtCoder_Code()
498 CMtCoderThread *nextThread = &p->threads[p->numStartedThreads++]; in MtCoder_Code()
DMtCoder.h55 } CMtCoderThread; typedef
127 CMtCoderThread threads[MTCODER_THREADS_MAX];