Lines Matching refs:CMtDecThread
100 static WRes MtDecThread_CreateEvents(CMtDecThread *t) in MtDecThread_CreateEvents()
113 static SRes MtDecThread_CreateAndStart(CMtDecThread *t) in MtDecThread_CreateAndStart()
129 void MtDecThread_FreeInBufs(CMtDecThread *t) in MtDecThread_FreeInBufs()
146 static void MtDecThread_CloseThread(CMtDecThread *t) in MtDecThread_CloseThread()
166 static void MtDecThread_Destruct(CMtDecThread *t) in MtDecThread_Destruct()
237 static WRes MtDec_ThreadFunc2(CMtDecThread *t) in MtDec_ThreadFunc2()
269 CMtDecThread *nextThread; in MtDec_ThreadFunc2()
826 CMtDecThread *t = (CMtDecThread *)pp; in MtDec_ThreadFunc1()
851 CMtDecThread *t = (CMtDecThread *)pp; in MtDec_ThreadFunc()
886 CMtDecThread *t = &p->threads[p->filledThreadStart]; in MtDec_Read()
975 CMtDecThread *t = &p->threads[i]; in MtDec_Construct()
1057 CMtDecThread *t = &p->threads[i]; in MtDec_Code()
1079 CMtDecThread *nextThread = &p->threads[p->numStartedThreads++]; in MtDec_Code()