Searched refs:ActiveSections (Results 1 – 1 of 1) sorted by relevance
277 const auto ActiveSections = State->get<ActiveCritSections>(); in handleUnlock() local279 llvm::find_if(ActiveSections, [MutexRegion](auto &&Marker) { in handleUnlock()282 if (MostRecentLock == ActiveSections.end()) in handleUnlock()288 for (auto It = ActiveSections.begin(), End = ActiveSections.end(); It != End; in handleUnlock()