Home
last modified time | relevance | path

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

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