Searched refs:currentPriority (Results 1 – 1 of 1) sorted by relevance
159 int currentPriority = mLowestPriority; in findActiveContextWithHighestPriority() local167 if (priority < currentPriority) { in findActiveContextWithHighestPriority()169 currentPriority = priority; in findActiveContextWithHighestPriority()171 if (currentPriority == CONTEXT_HIGHEST_PRIORITY) { in findActiveContextWithHighestPriority()