HomeSort by relevance Sort by last modified time
    Searched refs:CMtThread (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
MtCoder.c 111 void CMtThread_Construct(CMtThread *p, CMtCoder *mtCoder)
123 static void CMtThread_CloseEvents(CMtThread *p)
129 static void CMtThread_Destruct(CMtThread *p)
154 static SRes CMtThread_Prepare(CMtThread *p)
187 static SRes MtThread_Process(CMtThread *p, Bool *stop)
189 CMtThread *next;
228 CMtThread *p = (CMtThread *)pp;
232 CMtThread *next = GET_NEXT_THREAD(p);
255 CMtThread *t = &p->threads[i];
    [all...]
MtCoder.h 65 } CMtThread;
89 CMtThread threads[NUM_MT_CODER_THREADS_MAX];

Completed in 467 milliseconds