Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/dethread/
DdeSingleton.h60 void deInitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc …
DdeSingleton.c30 void deInitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constru… in deInitSingleton() function
DdeThreadTest.c542 deInitSingleton(&s_testSingleton, initTestSingleton, arg); in singletonTestThread()