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