Home
last modified time | relevance | path

Searched refs: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
1407 if (m_profile_enabled && (m_profile_thread == NULL)) {
1409 } else if (!m_profile_enabled && m_profile_thread) {
1415 if (m_profile_thread == NULL)
1418 pthread_join(m_profile_thread, NULL);
1419 m_profile_thread = NULL;
1426 return ::pthread_create(&m_profile_thread, NULL, MachProcess::ProfileThread,