Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dthreading.cpp52 if (!threadingLockInitialized) { in initThreading()
55 threadingLockInitialized = 1; in initThreading()
109 threadingLockInitialized = 0; in vkDestroyInstance()
Dthreading.h56 static int threadingLockInitialized = 0; variable