Home
last modified time | relevance | path

Searched defs:m_profile_thread (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h415 m_profile_thread; // Thread ID for the thread that profiles the inferior variable
H A DMachProcess.mm516 m_profile_enabled(false), m_profile_interval_usec(0), m_profile_thread(0), function