Home
last modified time | relevance | path

Searched refs:nextThread (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DMtDec.c294 CMtDecThread *nextThread; in ThreadFunc2() local
576 nextThread = NULL; in ThreadFunc2()
607 nextThread = &p->threads[nextIndex >= p->numStartedThreads ? 0 : nextIndex]; in ThreadFunc2()
608 RINOK_THREAD(Event_Set(&nextThread->canRead)) in ThreadFunc2()
802 RINOK_THREAD(Event_Set(&nextThread->canWrite)); in ThreadFunc2()
1095 CMtDecThread *nextThread = &p->threads[p->numStartedThreads++]; in MtDec_Code() local
1097 wres = MtDecThread_CreateEvents(nextThread); in MtDec_Code()
1098 if (wres == 0) { wres = Event_Set(&nextThread->canWrite); in MtDec_Code()
1099 if (wres == 0) { wres = Event_Set(&nextThread->canRead); in MtDec_Code()
1100 if (wres == 0) { wres = ThreadFunc(nextThread); in MtDec_Code()
DMtCoder.c530 CMtCoderThread *nextThread = &p->threads[p->numStartedThreads++]; in MtCoder_Code() local
531 RINOK(MtCoderThread_CreateAndStart(nextThread)); in MtCoder_Code()
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java288 public WaitingThread nextThread() { in nextThread() method in RouteSpecificPool
DConnPoolByRoute.java624 waitingThread = rospl.nextThread();
/external/apache-http/api/
Dcurrent.txt2948 method @Deprecated public org.apache.http.impl.conn.tsccm.WaitingThread nextThread();