Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h400 m_profile_thread; // Thread ID for the thread that profiles the inferior variable
DMachProcess.mm504 m_profile_enabled(false), m_profile_interval_usec(0), m_profile_thread(0), function
1377 if (m_profile_enabled && (m_profile_thread == NULL)) {
1379 } else if (!m_profile_enabled && m_profile_thread) {
1385 if (m_profile_thread == NULL)
1388 pthread_join(m_profile_thread, NULL);
1389 m_profile_thread = NULL;
1396 return ::pthread_create(&m_profile_thread, NULL, MachProcess::ProfileThread,