Home
last modified time | relevance | path

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

/third_party/lzma/C/
DMtCoder.c50 static SRes MtCoderThread_CreateAndStart(CMtCoderThread *t) in MtCoderThread_CreateAndStart()
67 static void MtCoderThread_Destruct(CMtCoderThread *t) in MtCoderThread_Destruct()
112 static SRes ThreadFunc2(CMtCoderThread *t) in ThreadFunc2()
340 CMtCoderThread *t = (CMtCoderThread *)pp; in ThreadFunc()
394 CMtCoderThread *t = &p->threads[i]; in MtCoder_Construct()
473 CMtCoderThread *t = &p->threads[i]; in MtCoder_Code()
524 CMtCoderThread *nextThread = &p->threads[p->numStartedThreads++]; in MtCoder_Code()
DMtCoder.h55 } CMtCoderThread; typedef
127 CMtCoderThread threads[MTCODER__THREADS_MAX];