Searched refs:m_profile_thread (Results 1 – 2 of 2) sorted by relevance
400 m_profile_thread; // Thread ID for the thread that profiles the inferior variable
504 m_profile_enabled(false), m_profile_interval_usec(0), m_profile_thread(0), function1377 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,