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

  /external/lzma/C/
MtDec.c 294 CMtDecThread *nextThread;
576 nextThread = NULL;
607 nextThread = &p->threads[nextIndex >= p->numStartedThreads ? 0 : nextIndex];
608 RINOK_THREAD(Event_Set(&nextThread->canRead))
614 // each call of Event_Set(&nextThread->canRead) must be followed by call of Event_Set(&nextThread->canWrite)
615 // if ( !finish ) we must call Event_Set(&nextThread->canWrite) in any case
802 RINOK_THREAD(Event_Set(&nextThread->canWrite));
1095 CMtDecThread *nextThread = &p->threads[p->numStartedThreads++];
1096 // wres = MtDecThread_CreateAndStart(nextThread);
    [all...]
MtCoder.c 530 CMtCoderThread *nextThread = &p->threads[p->numStartedThreads++];
531 RINOK(MtCoderThread_CreateAndStart(nextThread));
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 288 public WaitingThread nextThread() {
ConnPoolByRoute.java 624 waitingThread = rospl.nextThread();

Completed in 489 milliseconds