Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp25 std::lock_guard<std::mutex> guard(m_constituents_mutex); in ~WatchpointResource()
53 std::lock_guard<std::mutex> guard(m_constituents_mutex); in AddConstituent()
58 std::lock_guard<std::mutex> guard(m_constituents_mutex); in RemoveConstituent()
66 std::lock_guard<std::mutex> guard(m_constituents_mutex); in GetNumberOfConstituents()
75 std::lock_guard<std::mutex> guard(m_constituents_mutex); in ConstituentsContains()
83 std::lock_guard<std::mutex> guard(m_constituents_mutex); in GetConstituentAtIndex()
93 std::lock_guard<std::mutex> guard(m_constituents_mutex); in CopyConstituentsList()
108 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in ShouldStop()
H A DBreakpointSite.cpp51 // this breakpoint site again. So don't hold the m_constituents_mutex the in ShouldStop()
56 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in ShouldStop()
63 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in IsBreakpointAtThisSite()
83 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in GetDescription()
93 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex);
141 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in GetConstituentAtIndex()
147 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in ValidForThisThread()
153 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in BumpHitCounts()
158 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in IntersectsRange()
163 std::lock_guard<std::recursive_mutex> guard(m_constituents_mutex); in IntersectsRange()
[all...]
/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h52 return WatchpointIterable(m_constituents, m_constituents_mutex); in Constituents()
153 std::mutex m_constituents_mutex; variable
H A DBreakpointSite.h234 std::recursive_mutex m_constituents_mutex; ///< This mutex protects the
229 std::recursive_mutex m_constituents_mutex; ///< This mutex protects the global() variable