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

  /external/deqp/framework/delibs/dethread/
deSingleton.h 51 * concurrent calls are made to deInitSingleton().
54 * DE_SINGLETON_STATE_NOT_INITIALIZED prior to any calls to deInitSingleton().
60 void deInitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constructor, void* arg);
deSingleton.c 30 void deInitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constructor, void* arg)
deThreadTest.c 540 deInitSingleton(&s_testSingleton, initTestSingleton, arg);

Completed in 187 milliseconds