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 38 , m_waiterCount (0)
54 for (int i = 0; i < m_waiterCount; i++)
63 m_waiterCount++;
tcuThreadUtil.hpp 59 int m_waiterCount;
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 293 int m_waiterCount;
300 , m_waiterCount (0)
312 m_waiterCount++;
323 if (m_waiterCount > 0)
352 m_waiterCount--;
353 DE_ASSERT(m_waiterCount >= 0);
355 if (m_waiterCount == 0)
    [all...]

Completed in 451 milliseconds