HomeSort by relevance Sort by last modified time
    Searched refs:deInitSingleton (Results 1 - 4 of 4) 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 615 deInitSingleton(&s_testSingleton, initTestSingleton, arg);
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 81 deInitSingleton(&s_glslangInitState, initGlslang, DE_NULL);

Completed in 87 milliseconds