Home
last modified time | relevance | path

Searched refs:m_timer_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp35 m_timer_thread = std::thread(TimeoutThreadFunc, this); in ThreadPlanSingleThreadTimeout()
142 m_timer_thread.join(); in DidPop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanSingleThreadTimeout.h104 std::thread m_timer_thread; variable