Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/dethread/
DdeThreadTest.c585 static volatile int s_testSingletonInitCount = 0; variable
607 deAtomicIncrement32(&s_testSingletonInitCount); in initTestSingleton()
622 s_testSingletonInitCount = 0; in resetTestState()
656 DE_TEST_ASSERT(s_testSingletonInitCount == 1); in runSingletonThreadedTest()