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

  /external/deqp/framework/common/
tcuThreadUtil.cpp 39 , m_waiterCount (0)
55 for (int i = 0; i < m_waiterCount; i++)
64 m_waiterCount++;
tcuThreadUtil.hpp 59 volatile int m_waiterCount;
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 268 int m_waiterCount;
275 , m_waiterCount (0)
287 m_waiterCount++;
298 if (m_waiterCount > 0)
327 m_waiterCount--;
328 DE_ASSERT(m_waiterCount >= 0);
330 if (m_waiterCount == 0)
    [all...]

Completed in 197 milliseconds