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

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTileTexture.cpp 59 , m_busy(false)
121 m_busy = true;
141 m_busy = false;
148 return m_busy;
179 while (m_busy && force)
181 bool busy = m_busy;
208 XLOG("texture %p releasing tile %p, m_owner %p, m_busy %d", this, owner, m_owner, m_busy);
BaseTileTexture.h 129 bool m_busy; member in class:WebCore::BaseTileTexture
130 // We mutex protect the reads/writes of m_busy to ensure that we are reading

Completed in 4342 milliseconds