Searched refs:nextThread (Results 1 – 5 of 5) sorted by relevance
294 CMtDecThread *nextThread; in ThreadFunc2() local576 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() local1097 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()
530 CMtCoderThread *nextThread = &p->threads[p->numStartedThreads++]; in MtCoder_Code() local531 RINOK(MtCoderThread_CreateAndStart(nextThread)); in MtCoder_Code()
288 public WaitingThread nextThread() { in nextThread() method in RouteSpecificPool
624 waitingThread = rospl.nextThread();
2948 method @Deprecated public org.apache.http.impl.conn.tsccm.WaitingThread nextThread();