Searched refs:contextsWithLock (Results 1 – 1 of 1) sorted by relevance
40 thread_local std::unordered_set<const void *> contextsWithLock; variable259 …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()