Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/Debug/
DContext.cpp40 thread_local std::unordered_set<const void *> contextsWithLock; variable
259 …ASSERT_MSG(contextsWithLock.count(ctx) == 0, "Attempting to acquire Context lock twice on same thr… in Lock()
260 contextsWithLock.emplace(ctx); in Lock()
288 contextsWithLock.erase(ctx); in unlock()