Searched refs:m_completed (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DebuggerEvents.cpp | 39 if (m_completed == 0 || m_completed == m_total) in Dump() 40 s->Printf(", type = %s", m_completed == 0 ? "start" : "end"); in Dump() 46 s->Printf(", progress = %" PRIu64 " of %" PRIu64, m_completed, m_total); in Dump()
|
| H A D | Progress.cpp | 58 m_completed = m_total; in ~Progress() 67 m_completed.fetch_add(amount, std::memory_order_relaxed); in Increment() 99 std::min(m_completed.load(std::memory_order_relaxed), m_total); in ReportProgress()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DebuggerEvents.h | 28 m_id(progress_id), m_completed(completed), m_total(total), in ProgressEventData() 44 uint64_t GetCompleted() const { return m_completed; } in GetCompleted() 70 uint64_t m_completed; variable
|
| H A D | Progress.h | 147 std::atomic<uint64_t> m_completed = 0; variable
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2509 bool m_completed = false; member in Catch::AssertionHandler 2519 if ( !m_completed ) { in ~AssertionHandler() 8175 m_completed = true; in setCompleted()
|