Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/thread/
DCommonPool.h55 int newHead = (mHead + 1) % SIZE; in push() local
56 LOG_ALWAYS_FATAL_IF(newHead == mTail, "no space"); in push()
59 mHead = newHead; in push()