Lines Matching refs:current
38 previous(NULL), current(NULL), in FastThread()
105 next = current; in threadLoop()
109 if (next != current) { in threadLoop()
125 if (!(current->mCommand & FastThreadState::IDLE)) { in threadLoop()
134 previous = current; in threadLoop()
136 current = next; in threadLoop()
154 if (current->mColdGen != coldGen) { in threadLoop()
155 int32_t *coldFutexAddr = current->mColdFutexAddr; in threadLoop()
172 coldGen = current->mColdGen; in threadLoop()
192 if (current != previous) { in threadLoop()
196 previous = current; in threadLoop()