Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/dethread/
DdeThreadTest.c512 static volatile int s_testSingletonInitCount = 0; variable
534 deAtomicIncrement32(&s_testSingletonInitCount); in initTestSingleton()
549 s_testSingletonInitCount = 0; in resetTestState()
583 DE_TEST_ASSERT(s_testSingletonInitCount == 1); in runSingletonThreadedTest()